| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
UserSearchSummary |
UserSearchSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UserSearchSummary |
UserSearchSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
UserSearchSummary |
UserSearchSummary.clone() |
UserSearchSummary |
UserSearchSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the user.
|
UserSearchSummary |
UserSearchSummary.withDirectoryUserId(String directoryUserId)
The directory identifier of the user.
|
UserSearchSummary |
UserSearchSummary.withHierarchyGroupId(String hierarchyGroupId)
The identifier of the user's hierarchy group.
|
UserSearchSummary |
UserSearchSummary.withId(String id)
The identifier of the user's summary.
|
UserSearchSummary |
UserSearchSummary.withIdentityInfo(UserIdentityInfoLite identityInfo)
The user's first name and last name.
|
UserSearchSummary |
UserSearchSummary.withPhoneConfig(UserPhoneConfig phoneConfig) |
UserSearchSummary |
UserSearchSummary.withRoutingProfileId(String routingProfileId)
The identifier of the user's routing profile.
|
UserSearchSummary |
UserSearchSummary.withSecurityProfileIds(Collection<String> securityProfileIds)
The identifiers of the user's security profiles.
|
UserSearchSummary |
UserSearchSummary.withSecurityProfileIds(String... securityProfileIds)
The identifiers of the user's security profiles.
|
UserSearchSummary |
UserSearchSummary.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
UserSearchSummary |
UserSearchSummary.withUsername(String username)
The name of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserSearchSummary> |
SearchUsersResult.getUsers()
Information about the users.
|
| Modifier and Type | Method and Description |
|---|---|
SearchUsersResult |
SearchUsersResult.withUsers(UserSearchSummary... users)
Information about the users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchUsersResult.setUsers(Collection<UserSearchSummary> users)
Information about the users.
|
SearchUsersResult |
SearchUsersResult.withUsers(Collection<UserSearchSummary> users)
Information about the users.
|
Copyright © 2024. All rights reserved.