Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListImportJobsRequest.Builder
Packages that use ListImportJobsRequest.Builder
Package
Description
-
Uses of ListImportJobsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListImportJobsRequest.BuilderModifier and TypeMethodDescriptiondefault 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) This is a variant ofSesV2AsyncClient.listImportJobs(software.amazon.awssdk.services.sesv2.model.ListImportJobsRequest)operation.default ListImportJobsIterableSesV2Client.listImportJobsPaginator(Consumer<ListImportJobsRequest.Builder> listImportJobsRequest) This is a variant ofSesV2Client.listImportJobs(software.amazon.awssdk.services.sesv2.model.ListImportJobsRequest)operation. -
Uses of ListImportJobsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListImportJobsRequest.BuilderModifier and TypeMethodDescriptionListImportJobsRequest.builder()ListImportJobsRequest.Builder.importDestinationType(String importDestinationType) The destination of the import job, which can be used to list import jobs that have a certainImportDestinationType.ListImportJobsRequest.Builder.importDestinationType(ImportDestinationType importDestinationType) The destination of the import job, which can be used to list import jobs that have a certainImportDestinationType.A string token indicating that there might be additional import jobs available to be listed.ListImportJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListImportJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Maximum number of import jobs to return at once.ListImportJobsRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListImportJobsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListImportJobsRequest.Builder>ListImportJobsRequest.serializableBuilderClass()