| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListImportJobsResult> |
AmazonSimpleEmailServiceV2AsyncClient.listImportJobsAsync(ListImportJobsRequest request,
AsyncHandler<ListImportJobsRequest,ListImportJobsResult> asyncHandler) |
Future<ListImportJobsResult> |
AbstractAmazonSimpleEmailServiceV2Async.listImportJobsAsync(ListImportJobsRequest request,
AsyncHandler<ListImportJobsRequest,ListImportJobsResult> asyncHandler) |
Future<ListImportJobsResult> |
AmazonSimpleEmailServiceV2Async.listImportJobsAsync(ListImportJobsRequest listImportJobsRequest,
AsyncHandler<ListImportJobsRequest,ListImportJobsResult> asyncHandler)
Lists all of the import jobs.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportJobsRequest |
ListImportJobsRequest.clone() |
ListImportJobsRequest |
ListImportJobsRequest.withImportDestinationType(ImportDestinationType importDestinationType)
The destination of the import job, which can be used to list import jobs that have a certain
ImportDestinationType. |
ListImportJobsRequest |
ListImportJobsRequest.withImportDestinationType(String importDestinationType)
The destination of the import job, which can be used to list import jobs that have a certain
ImportDestinationType. |
ListImportJobsRequest |
ListImportJobsRequest.withNextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed.
|
ListImportJobsRequest |
ListImportJobsRequest.withPageSize(Integer pageSize)
Maximum number of import jobs to return at once.
|
Copyright © 2021. All rights reserved.