Uses of Class
software.amazon.awssdk.services.mailmanager.model.ImportJob
-
Packages that use ImportJob Package Description software.amazon.awssdk.services.mailmanager.model software.amazon.awssdk.services.mailmanager.paginators -
-
Uses of ImportJob in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type ImportJob Modifier and Type Method Description List<ImportJob>ListAddressListImportJobsResponse. importJobs()The list of import jobs.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type ImportJob Modifier and Type Method Description ListAddressListImportJobsResponse.BuilderListAddressListImportJobsResponse.Builder. importJobs(ImportJob... importJobs)The list of import jobs.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type ImportJob Modifier and Type Method Description ListAddressListImportJobsResponse.BuilderListAddressListImportJobsResponse.Builder. importJobs(Collection<ImportJob> importJobs)The list of import jobs. -
Uses of ImportJob in software.amazon.awssdk.services.mailmanager.paginators
Methods in software.amazon.awssdk.services.mailmanager.paginators that return types with arguments of type ImportJob Modifier and Type Method Description SdkIterable<ImportJob>ListAddressListImportJobsIterable. importJobs()Returns an iterable to iterate through the paginatedListAddressListImportJobsResponse.importJobs()member.SdkPublisher<ImportJob>ListAddressListImportJobsPublisher. importJobs()Returns a publisher that can be used to get a stream of data.
-