Package | Description |
---|---|
software.amazon.awssdk.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
static UserRole |
UserRole.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UserRole |
UpdateUserRequest.role()
The Amazon QuickSight role of the user.
|
UserRole |
User.role()
The Amazon QuickSight role for the user.
|
UserRole |
RegisterUserRequest.userRole()
The Amazon QuickSight role for the user.
|
static UserRole |
UserRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRole[] |
UserRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Set<UserRole> |
UserRole.knownValues()
|
Modifier and Type | Method and Description |
---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.role(UserRole role)
The Amazon QuickSight role of the user.
|
User.Builder |
User.Builder.role(UserRole role)
The Amazon QuickSight role for the user.
|
RegisterUserRequest.Builder |
RegisterUserRequest.Builder.userRole(UserRole userRole)
The Amazon QuickSight role for the user.
|
Copyright © 2022. All rights reserved.