Uses of Interface
software.amazon.awssdk.services.mailmanager.model.StopArchiveExportRequest.Builder
-
Packages that use StopArchiveExportRequest.Builder Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API software.amazon.awssdk.services.mailmanager.model -
-
Uses of StopArchiveExportRequest.Builder in software.amazon.awssdk.services.mailmanager
Method parameters in software.amazon.awssdk.services.mailmanager with type arguments of type StopArchiveExportRequest.Builder Modifier and Type Method Description default CompletableFuture<StopArchiveExportResponse>MailManagerAsyncClient. stopArchiveExport(Consumer<StopArchiveExportRequest.Builder> stopArchiveExportRequest)Stops an in-progress export of emails from an archive.default StopArchiveExportResponseMailManagerClient. stopArchiveExport(Consumer<StopArchiveExportRequest.Builder> stopArchiveExportRequest)Stops an in-progress export of emails from an archive. -
Uses of StopArchiveExportRequest.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return StopArchiveExportRequest.Builder Modifier and Type Method Description static StopArchiveExportRequest.BuilderStopArchiveExportRequest. builder()StopArchiveExportRequest.BuilderStopArchiveExportRequest.Builder. exportId(String exportId)The identifier of the export job to stop.StopArchiveExportRequest.BuilderStopArchiveExportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopArchiveExportRequest.BuilderStopArchiveExportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopArchiveExportRequest.BuilderStopArchiveExportRequest. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type StopArchiveExportRequest.Builder Modifier and Type Method Description static Class<? extends StopArchiveExportRequest.Builder>StopArchiveExportRequest. serializableBuilderClass()
-