| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.addTagsEntry(String key,
String value) |
User |
User.clearTagsEntries()
Removes all the entries added into Tags.
|
User |
User.clone() |
User |
DescribeUserResult.getUser()
Information about the user account and configuration settings.
|
User |
User.withArn(String arn)
The Amazon Resource Name (ARN) of the user account.
|
User |
User.withDirectoryUserId(String directoryUserId)
The identifier of the user account in the directory used for identity management.
|
User |
User.withHierarchyGroupId(String hierarchyGroupId)
The identifier of the hierarchy group for the user.
|
User |
User.withId(String id)
The identifier of the user account.
|
User |
User.withIdentityInfo(UserIdentityInfo identityInfo)
Information about the user identity.
|
User |
User.withPhoneConfig(UserPhoneConfig phoneConfig)
Information about the phone configuration for the user.
|
User |
User.withRoutingProfileId(String routingProfileId)
The identifier of the routing profile for the user.
|
User |
User.withSecurityProfileIds(Collection<String> securityProfileIds)
The identifiers of the security profiles for the user.
|
User |
User.withSecurityProfileIds(String... securityProfileIds)
The identifiers of the security profiles for the user.
|
User |
User.withTags(Map<String,String> tags)
The tags.
|
User |
User.withUsername(String username)
The user name assigned to the user account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUserResult.setUser(User user)
Information about the user account and configuration settings.
|
DescribeUserResult |
DescribeUserResult.withUser(User user)
Information about the user account and configuration settings.
|
Copyright © 2020. All rights reserved.