Uses of Class
software.amazon.awssdk.services.mailmanager.model.GetArchiveMessageResponse
-
Packages that use GetArchiveMessageResponse Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API -
-
Uses of GetArchiveMessageResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return GetArchiveMessageResponse Modifier and Type Method Description default GetArchiveMessageResponseMailManagerClient. getArchiveMessage(Consumer<GetArchiveMessageRequest.Builder> getArchiveMessageRequest)Returns a pre-signed URL that provides temporary download access to the specific email message stored in the archive.default GetArchiveMessageResponseMailManagerClient. getArchiveMessage(GetArchiveMessageRequest getArchiveMessageRequest)Returns a pre-signed URL that provides temporary download access to the specific email message stored in the archive.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type GetArchiveMessageResponse Modifier and Type Method Description default CompletableFuture<GetArchiveMessageResponse>MailManagerAsyncClient. getArchiveMessage(Consumer<GetArchiveMessageRequest.Builder> getArchiveMessageRequest)Returns a pre-signed URL that provides temporary download access to the specific email message stored in the archive.default CompletableFuture<GetArchiveMessageResponse>MailManagerAsyncClient. getArchiveMessage(GetArchiveMessageRequest getArchiveMessageRequest)Returns a pre-signed URL that provides temporary download access to the specific email message stored in the archive.
-