Uses of Class
software.amazon.awssdk.services.mailmanager.model.UpdateArchiveResponse
-
Packages that use UpdateArchiveResponse Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API -
-
Uses of UpdateArchiveResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return UpdateArchiveResponse Modifier and Type Method Description default UpdateArchiveResponseMailManagerClient. updateArchive(Consumer<UpdateArchiveRequest.Builder> updateArchiveRequest)Updates the attributes of an existing email archive.default UpdateArchiveResponseMailManagerClient. updateArchive(UpdateArchiveRequest updateArchiveRequest)Updates the attributes of an existing email archive.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type UpdateArchiveResponse Modifier and Type Method Description default CompletableFuture<UpdateArchiveResponse>MailManagerAsyncClient. updateArchive(Consumer<UpdateArchiveRequest.Builder> updateArchiveRequest)Updates the attributes of an existing email archive.default CompletableFuture<UpdateArchiveResponse>MailManagerAsyncClient. updateArchive(UpdateArchiveRequest updateArchiveRequest)Updates the attributes of an existing email archive.
-