| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
IdentityInfo |
IdentityInfo.clone() |
IdentityInfo |
IdentityInfo.withIdentityName(String identityName)
The address or domain of the identity.
|
IdentityInfo |
IdentityInfo.withIdentityType(IdentityType identityType)
The email identity type.
|
IdentityInfo |
IdentityInfo.withIdentityType(String identityType)
The email identity type.
|
IdentityInfo |
IdentityInfo.withSendingEnabled(Boolean sendingEnabled)
Indicates whether or not you can send email from the identity.
|
IdentityInfo |
IdentityInfo.withVerificationStatus(String verificationStatus)
The verification status of the identity.
|
IdentityInfo |
IdentityInfo.withVerificationStatus(VerificationStatus verificationStatus)
The verification status of the identity.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentityInfo> |
ListEmailIdentitiesResult.getEmailIdentities()
An array that includes all of the email identities associated with your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListEmailIdentitiesResult |
ListEmailIdentitiesResult.withEmailIdentities(IdentityInfo... emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEmailIdentitiesResult.setEmailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
ListEmailIdentitiesResult |
ListEmailIdentitiesResult.withEmailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your Amazon Web Services account.
|
Copyright © 2024. All rights reserved.