| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.withAddresses(Address... addresses)
A list of
Address objects containing addresses associated with the user. |
User |
User.withAddresses(Collection<Address> addresses)
A list of
Address objects containing addresses associated with the user. |
User |
User.withDisplayName(String displayName)
A string containing the name of the user that is formatted for display when the user is referenced.
|
User |
User.withEmails(Collection<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. |
User |
User.withExternalIds(Collection<ExternalId> externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
User |
User.withExternalIds(ExternalId... externalIds)
A list of
ExternalId objects that contains the identifiers issued to this resource by an external
identity provider. |
User |
User.withIdentityStoreId(String identityStoreId)
The globally unique identifier for the identity store.
|
User |
User.withLocale(String locale)
A string containing the geographical region or location of the user.
|
User |
User.withName(Name name)
An object containing the name of the user.
|
User |
User.withNickName(String nickName)
A string containing an alternate name for the user.
|
User |
User.withPhoneNumbers(Collection<PhoneNumber> phoneNumbers)
A list of
PhoneNumber objects containing phone numbers associated with the user. |
User |
User.withPhoneNumbers(PhoneNumber... phoneNumbers)
A list of
PhoneNumber objects containing phone numbers associated with the user. |
User |
User.withPreferredLanguage(String preferredLanguage)
A string containing the preferred language of the user.
|
User |
User.withProfileUrl(String profileUrl)
A string containing a URL that might be associated with the user.
|
User |
User.withTimezone(String timezone)
A string containing the time zone of the user.
|
User |
User.withTitle(String title)
A string containing the title of the user.
|
User |
User.withUserId(String userId)
The identifier for a user in the identity store.
|
User |
User.withUserName(String userName)
A unique string used to identify the user.
|
User |
User.withUserType(String userType)
A string indicating the type of user.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResult.getUsers()
A list of
User objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUsers(User... users)
A list of
User objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<User> users)
A list of
User objects in the identity store. |
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
A list of
User objects in the identity store. |
Copyright © 2023. All rights reserved.