Uses of Class
software.amazon.awssdk.services.mailmanager.model.GetArchiveMessageRequest
-
Packages that use GetArchiveMessageRequest Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API software.amazon.awssdk.services.mailmanager.transform -
-
Uses of GetArchiveMessageRequest in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager with parameters of type GetArchiveMessageRequest Modifier and Type Method Description 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.default GetArchiveMessageResponseMailManagerClient. getArchiveMessage(GetArchiveMessageRequest getArchiveMessageRequest)Returns a pre-signed URL that provides temporary download access to the specific email message stored in the archive. -
Uses of GetArchiveMessageRequest in software.amazon.awssdk.services.mailmanager.transform
Methods in software.amazon.awssdk.services.mailmanager.transform with parameters of type GetArchiveMessageRequest Modifier and Type Method Description SdkHttpFullRequestGetArchiveMessageRequestMarshaller. marshall(GetArchiveMessageRequest getArchiveMessageRequest)
-