Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListImportJobsRequest.Builder
-
Packages that use ListImportJobsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of ListImportJobsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListImportJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListImportJobsResponse>SesV2AsyncClient. listImportJobs(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)Lists all of the import jobs.default ListImportJobsResponseSesV2Client. listImportJobs(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)Lists all of the import jobs.default ListImportJobsPublisherSesV2AsyncClient. listImportJobsPaginator(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)Lists all of the import jobs.default ListImportJobsIterableSesV2Client. listImportJobsPaginator(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest)Lists all of the import jobs. -
Uses of ListImportJobsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListImportJobsRequest.Builder Modifier and Type Method Description static ListImportJobsRequest.BuilderListImportJobsRequest. builder()ListImportJobsRequest.BuilderListImportJobsRequest.Builder. importDestinationType(String importDestinationType)The destination of the import job, which can be used to list import jobs that have a certainImportDestinationType.ListImportJobsRequest.BuilderListImportJobsRequest.Builder. importDestinationType(ImportDestinationType importDestinationType)The destination of the import job, which can be used to list import jobs that have a certainImportDestinationType.ListImportJobsRequest.BuilderListImportJobsRequest.Builder. nextToken(String nextToken)A string token indicating that there might be additional import jobs available to be listed.ListImportJobsRequest.BuilderListImportJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListImportJobsRequest.BuilderListImportJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListImportJobsRequest.BuilderListImportJobsRequest.Builder. pageSize(Integer pageSize)Maximum number of import jobs to return at once.ListImportJobsRequest.BuilderListImportJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListImportJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListImportJobsRequest.Builder>ListImportJobsRequest. serializableBuilderClass()
-