| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserIdentityInfo |
UserIdentityInfo.clone() |
UserIdentityInfo |
CreateUserRequest.getIdentityInfo()
Information about the user, including email address, first name, and last name.
|
UserIdentityInfo |
UpdateUserIdentityInfoRequest.getIdentityInfo()
A
UserIdentityInfo object. |
UserIdentityInfo |
User.getIdentityInfo()
A
UserIdentityInfo object. |
UserIdentityInfo |
UserIdentityInfo.withEmail(String email)
The email address added to the user account.
|
UserIdentityInfo |
UserIdentityInfo.withFirstName(String firstName)
The first name used in the user account.
|
UserIdentityInfo |
UserIdentityInfo.withLastName(String lastName)
The last name used in the user account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateUserRequest.setIdentityInfo(UserIdentityInfo identityInfo)
Information about the user, including email address, first name, and last name.
|
void |
UpdateUserIdentityInfoRequest.setIdentityInfo(UserIdentityInfo identityInfo)
A
UserIdentityInfo object. |
void |
User.setIdentityInfo(UserIdentityInfo identityInfo)
A
UserIdentityInfo object. |
CreateUserRequest |
CreateUserRequest.withIdentityInfo(UserIdentityInfo identityInfo)
Information about the user, including email address, first name, and last name.
|
UpdateUserIdentityInfoRequest |
UpdateUserIdentityInfoRequest.withIdentityInfo(UserIdentityInfo identityInfo)
A
UserIdentityInfo object. |
User |
User.withIdentityInfo(UserIdentityInfo identityInfo)
A
UserIdentityInfo object. |
Copyright © 2018. All rights reserved.