| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserIdentityInfoLite |
UserIdentityInfoLite.clone() |
UserIdentityInfoLite |
UserSearchSummary.getIdentityInfo()
The user's first name and last name.
|
UserIdentityInfoLite |
UserIdentityInfoLite.withFirstName(String firstName)
The user's first name.
|
UserIdentityInfoLite |
UserIdentityInfoLite.withLastName(String lastName)
The user's last name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserSearchSummary.setIdentityInfo(UserIdentityInfoLite identityInfo)
The user's first name and last name.
|
UserSearchSummary |
UserSearchSummary.withIdentityInfo(UserIdentityInfoLite identityInfo)
The user's first name and last name.
|
Copyright © 2023. All rights reserved.