| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
DescribeUserResult.getUser()
A
User object that contains information about the user account and configuration settings. |
User |
User.withArn(String arn)
The ARN of the user account.
|
User |
User.withDirectoryUserId(String directoryUserId)
The directory Id for the user account in the existing directory used for identity management.
|
User |
User.withHierarchyGroupId(String hierarchyGroupId)
The identifier for the hierarchy group assigned to the user.
|
User |
User.withId(String id)
The identifier of the user account.
|
User |
User.withIdentityInfo(UserIdentityInfo identityInfo)
A
UserIdentityInfo object. |
User |
User.withPhoneConfig(UserPhoneConfig phoneConfig)
A
UserPhoneConfig object. |
User |
User.withRoutingProfileId(String routingProfileId)
The identifier of the routing profile assigned to the user.
|
User |
User.withSecurityProfileIds(Collection<String> securityProfileIds)
The identifier(s) for the security profile assigned to the user.
|
User |
User.withSecurityProfileIds(String... securityProfileIds)
The identifier(s) for the security profile assigned to the user.
|
User |
User.withUsername(String username)
The user name assigned to the user account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeUserResult.setUser(User user)
A
User object that contains information about the user account and configuration settings. |
DescribeUserResult |
DescribeUserResult.withUser(User user)
A
User object that contains information about the user account and configuration settings. |
Copyright © 2018. All rights reserved.