Uses of Class
software.amazon.awssdk.services.mailmanager.model.StopArchiveExportRequest
-
Packages that use StopArchiveExportRequest Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API software.amazon.awssdk.services.mailmanager.transform -
-
Uses of StopArchiveExportRequest in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager with parameters of type StopArchiveExportRequest Modifier and Type Method Description default CompletableFuture<StopArchiveExportResponse>MailManagerAsyncClient. stopArchiveExport(StopArchiveExportRequest stopArchiveExportRequest)Stops an in-progress export of emails from an archive.default StopArchiveExportResponseMailManagerClient. stopArchiveExport(StopArchiveExportRequest stopArchiveExportRequest)Stops an in-progress export of emails from an archive. -
Uses of StopArchiveExportRequest in software.amazon.awssdk.services.mailmanager.transform
Methods in software.amazon.awssdk.services.mailmanager.transform with parameters of type StopArchiveExportRequest Modifier and Type Method Description SdkHttpFullRequestStopArchiveExportRequestMarshaller. marshall(StopArchiveExportRequest stopArchiveExportRequest)
-