Uses of Class
software.amazon.awssdk.services.mailmanager.model.StopArchiveSearchRequest
-
Packages that use StopArchiveSearchRequest Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API software.amazon.awssdk.services.mailmanager.transform -
-
Uses of StopArchiveSearchRequest in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager with parameters of type StopArchiveSearchRequest Modifier and Type Method Description default CompletableFuture<StopArchiveSearchResponse>MailManagerAsyncClient. stopArchiveSearch(StopArchiveSearchRequest stopArchiveSearchRequest)Stops an in-progress archive search job.default StopArchiveSearchResponseMailManagerClient. stopArchiveSearch(StopArchiveSearchRequest stopArchiveSearchRequest)Stops an in-progress archive search job. -
Uses of StopArchiveSearchRequest in software.amazon.awssdk.services.mailmanager.transform
Methods in software.amazon.awssdk.services.mailmanager.transform with parameters of type StopArchiveSearchRequest Modifier and Type Method Description SdkHttpFullRequestStopArchiveSearchRequestMarshaller. marshall(StopArchiveSearchRequest stopArchiveSearchRequest)
-