| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
AccountDetails |
AccountDetails.clone() |
AccountDetails |
GetAccountResult.getDetails()
An object that defines your account details.
|
AccountDetails |
AccountDetails.withAdditionalContactEmailAddresses(Collection<String> additionalContactEmailAddresses)
Additional email addresses where updates are sent about your account review process.
|
AccountDetails |
AccountDetails.withAdditionalContactEmailAddresses(String... additionalContactEmailAddresses)
Additional email addresses where updates are sent about your account review process.
|
AccountDetails |
AccountDetails.withContactLanguage(ContactLanguage contactLanguage)
The language you would prefer for the case.
|
AccountDetails |
AccountDetails.withContactLanguage(String contactLanguage)
The language you would prefer for the case.
|
AccountDetails |
AccountDetails.withMailType(MailType mailType)
The type of email your account is sending.
|
AccountDetails |
AccountDetails.withMailType(String mailType)
The type of email your account is sending.
|
AccountDetails |
AccountDetails.withReviewDetails(ReviewDetails reviewDetails)
Information about the review of the latest details you submitted.
|
AccountDetails |
AccountDetails.withUseCaseDescription(String useCaseDescription)
A description of the types of email that you plan to send.
|
AccountDetails |
AccountDetails.withWebsiteURL(String websiteURL)
The URL of your website.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountResult.setDetails(AccountDetails details)
An object that defines your account details.
|
GetAccountResult |
GetAccountResult.withDetails(AccountDetails details)
An object that defines your account details.
|
Copyright © 2021. All rights reserved.