Uses of Class
software.amazon.awssdk.services.mailmanager.model.GetAddressListImportJobResponse
-
Packages that use GetAddressListImportJobResponse Package Description software.amazon.awssdk.services.mailmanager Amazon SES Mail Manager API -
-
Uses of GetAddressListImportJobResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return GetAddressListImportJobResponse Modifier and Type Method Description default GetAddressListImportJobResponseMailManagerClient. getAddressListImportJob(Consumer<GetAddressListImportJobRequest.Builder> getAddressListImportJobRequest)Fetch attributes of an import job.default GetAddressListImportJobResponseMailManagerClient. getAddressListImportJob(GetAddressListImportJobRequest getAddressListImportJobRequest)Fetch attributes of an import job.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type GetAddressListImportJobResponse Modifier and Type Method Description default CompletableFuture<GetAddressListImportJobResponse>MailManagerAsyncClient. getAddressListImportJob(Consumer<GetAddressListImportJobRequest.Builder> getAddressListImportJobRequest)Fetch attributes of an import job.default CompletableFuture<GetAddressListImportJobResponse>MailManagerAsyncClient. getAddressListImportJob(GetAddressListImportJobRequest getAddressListImportJobRequest)Fetch attributes of an import job.
-