Uses of Class
software.amazon.awssdk.services.mailmanager.model.StopAddressListImportJobResponse
-
Packages that use StopAddressListImportJobResponse Package Description software.amazon.awssdk.services.mailmanager Amazon SES Mail Manager API -
-
Uses of StopAddressListImportJobResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return StopAddressListImportJobResponse Modifier and Type Method Description default StopAddressListImportJobResponseMailManagerClient. stopAddressListImportJob(Consumer<StopAddressListImportJobRequest.Builder> stopAddressListImportJobRequest)Stops an ongoing import job for an address list.default StopAddressListImportJobResponseMailManagerClient. stopAddressListImportJob(StopAddressListImportJobRequest stopAddressListImportJobRequest)Stops an ongoing import job for an address list.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type StopAddressListImportJobResponse Modifier and Type Method Description default CompletableFuture<StopAddressListImportJobResponse>MailManagerAsyncClient. stopAddressListImportJob(Consumer<StopAddressListImportJobRequest.Builder> stopAddressListImportJobRequest)Stops an ongoing import job for an address list.default CompletableFuture<StopAddressListImportJobResponse>MailManagerAsyncClient. stopAddressListImportJob(StopAddressListImportJobRequest stopAddressListImportJobRequest)Stops an ongoing import job for an address list.
-