| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static Role |
Role.fromValue(String value)
Use this in place of valueOf.
|
static Role |
Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Role[] |
Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRoleCustomPermissionRequest |
UpdateRoleCustomPermissionRequest.withRole(Role role)
The name of role tht you want to update.
|
ListRoleMembershipsRequest |
ListRoleMembershipsRequest.withRole(Role role)
The name of the role.
|
DescribeRoleCustomPermissionRequest |
DescribeRoleCustomPermissionRequest.withRole(Role role)
The name of the role whose permissions you want described.
|
DeleteRoleMembershipRequest |
DeleteRoleMembershipRequest.withRole(Role role)
The role that you want to remove permissions from.
|
CreateRoleMembershipRequest |
CreateRoleMembershipRequest.withRole(Role role)
The role that you want to add a group to.
|
DeleteRoleCustomPermissionRequest |
DeleteRoleCustomPermissionRequest.withRole(Role role)
The role that you want to remove permissions from.
|
Copyright © 2023. All rights reserved.