| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default ListImportJobsResponse |
SesV2Client.listImportJobs(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)
Lists all of the import jobs.
|
default CompletableFuture<ListImportJobsResponse> |
SesV2AsyncClient.listImportJobs(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)
Lists all of the import jobs.
|
default ListImportJobsIterable |
SesV2Client.listImportJobsPaginator(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)
Lists all of the import jobs.
|
default ListImportJobsPublisher |
SesV2AsyncClient.listImportJobsPaginator(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)
Lists all of the import jobs.
|
| Modifier and Type | Method and Description |
|---|---|
static ListImportJobsRequest.Builder |
ListImportJobsRequest.builder() |
ListImportJobsRequest.Builder |
ListImportJobsRequest.Builder.importDestinationType(ImportDestinationType importDestinationType)
The destination of the import job, which can be used to list import jobs that have a certain
ImportDestinationType. |
ListImportJobsRequest.Builder |
ListImportJobsRequest.Builder.importDestinationType(String importDestinationType)
The destination of the import job, which can be used to list import jobs that have a certain
ImportDestinationType. |
ListImportJobsRequest.Builder |
ListImportJobsRequest.Builder.nextToken(String nextToken)
A string token indicating that there might be additional import jobs available to be listed.
|
ListImportJobsRequest.Builder |
ListImportJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListImportJobsRequest.Builder |
ListImportJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListImportJobsRequest.Builder |
ListImportJobsRequest.Builder.pageSize(Integer pageSize)
Maximum number of import jobs to return at once.
|
ListImportJobsRequest.Builder |
ListImportJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListImportJobsRequest.Builder> |
ListImportJobsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.