| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
Email |
Email.clone() |
Email |
Email.withPrimary(Boolean primary)
A Boolean value representing whether this is the primary email address for the associated resource.
|
Email |
Email.withType(String type)
A string representing the type of address.
|
Email |
Email.withValue(String value)
A string containing an email address.
|
| Modifier and Type | Method and Description |
|---|---|
List<Email> |
DescribeUserResult.getEmails()
The user's email value.
|
List<Email> |
CreateUserRequest.getEmails()
A list of
Email objects containing email addresses associated with the user. |
List<Email> |
User.getEmails()
A list of
Email objects containing email addresses associated with the user. |
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResult |
DescribeUserResult.withEmails(Email... emails)
The user's email value.
|
CreateUserRequest |
CreateUserRequest.withEmails(Email... emails)
A list of
Email objects containing email addresses associated with the user. |
User |
User.withEmails(Email... emails)
A list of
Email objects containing email addresses associated with the user. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUserResult.setEmails(Collection<Email> emails)
The user's email value.
|
void |
CreateUserRequest.setEmails(Collection<Email> emails)
A list of
Email objects containing email addresses associated with the user. |
void |
User.setEmails(Collection<Email> emails)
A list of
Email objects containing email addresses associated with the user. |
DescribeUserResult |
DescribeUserResult.withEmails(Collection<Email> emails)
The user's email value.
|
CreateUserRequest |
CreateUserRequest.withEmails(Collection<Email> emails)
A list of
Email objects containing email addresses associated with the user. |
User |
User.withEmails(Collection<Email> emails)
A list of
Email objects containing email addresses associated with the user. |
Copyright © 2022. All rights reserved.