| 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<IdentityInfo> |
ListEmailIdentitiesResult.getEmailIdentities()
An array that includes all of the email identities associated with your AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
ListEmailIdentitiesResult |
ListEmailIdentitiesResult.withEmailIdentities(IdentityInfo... emailIdentities)
An array that includes all of the email identities associated with your AWS 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 AWS account.
|
ListEmailIdentitiesResult |
ListEmailIdentitiesResult.withEmailIdentities(Collection<IdentityInfo> emailIdentities)
An array that includes all of the email identities associated with your AWS account.
|
Copyright © 2020. All rights reserved.