Uses of Class
software.amazon.awssdk.services.mailmanager.model.GetArchiveMessageContentResponse
-
Packages that use GetArchiveMessageContentResponse Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API -
-
Uses of GetArchiveMessageContentResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return GetArchiveMessageContentResponse Modifier and Type Method Description default GetArchiveMessageContentResponseMailManagerClient. getArchiveMessageContent(Consumer<GetArchiveMessageContentRequest.Builder> getArchiveMessageContentRequest)Returns the textual content of a specific email message stored in the archive.default GetArchiveMessageContentResponseMailManagerClient. getArchiveMessageContent(GetArchiveMessageContentRequest getArchiveMessageContentRequest)Returns the textual content of a specific email message stored in the archive.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type GetArchiveMessageContentResponse Modifier and Type Method Description default CompletableFuture<GetArchiveMessageContentResponse>MailManagerAsyncClient. getArchiveMessageContent(Consumer<GetArchiveMessageContentRequest.Builder> getArchiveMessageContentRequest)Returns the textual content of a specific email message stored in the archive.default CompletableFuture<GetArchiveMessageContentResponse>MailManagerAsyncClient. getArchiveMessageContent(GetArchiveMessageContentRequest getArchiveMessageContentRequest)Returns the textual content of a specific email message stored in the archive.
-