| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
UpdateUserResult.getUser()
The Amazon QuickSight user.
|
User |
RegisterUserResult.getUser()
The user name.
|
User |
DescribeUserResult.getUser()
The user name.
|
User |
User.withActive(Boolean active)
The active status of user.
|
User |
User.withArn(String arn)
The Amazon Resource Name (ARN) for the user.
|
User |
User.withCustomPermissionsName(String customPermissionsName)
The custom permissions profile associated with this user.
|
User |
User.withEmail(String email)
The user's email address.
|
User |
User.withIdentityType(IdentityType identityType)
The type of identity authentication used by the user.
|
User |
User.withIdentityType(String identityType)
The type of identity authentication used by the user.
|
User |
User.withPrincipalId(String principalId)
The principal ID of the user.
|
User |
User.withRole(String role)
The Amazon QuickSight role for the user.
|
User |
User.withRole(UserRole role)
The Amazon QuickSight role for the user.
|
User |
User.withUserName(String userName)
The user's user name.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResult.getUserList()
The list of users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUserResult.setUser(User user)
The Amazon QuickSight user.
|
void |
RegisterUserResult.setUser(User user)
The user name.
|
void |
DescribeUserResult.setUser(User user)
The user name.
|
UpdateUserResult |
UpdateUserResult.withUser(User user)
The Amazon QuickSight user.
|
RegisterUserResult |
RegisterUserResult.withUser(User user)
The user name.
|
DescribeUserResult |
DescribeUserResult.withUser(User user)
The user name.
|
ListUsersResult |
ListUsersResult.withUserList(User... userList)
The list of users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUserList(Collection<User> userList)
The list of users.
|
ListUsersResult |
ListUsersResult.withUserList(Collection<User> userList)
The list of users.
|
Copyright © 2020. All rights reserved.