Uses of Class
software.amazon.awssdk.services.quicksight.model.Role
-
Packages that use Role Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Role in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Role Modifier and Type Method Description static RoleRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RoleCreateRoleMembershipRequest. role()The role that you want to add a group to.RoleDeleteRoleCustomPermissionRequest. role()The role that you want to remove permissions from.RoleDeleteRoleMembershipRequest. role()The role that you want to remove permissions from.RoleDescribeRoleCustomPermissionRequest. role()The name of the role whose permissions you want described.RoleListRoleMembershipsRequest. role()The name of the role.RoleUpdateRoleCustomPermissionRequest. role()The name of role tht you want to update.static RoleRole. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type Role Modifier and Type Method Description static Set<Role>Role. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Role Modifier and Type Method Description CreateRoleMembershipRequest.BuilderCreateRoleMembershipRequest.Builder. role(Role role)The role that you want to add a group to.DeleteRoleCustomPermissionRequest.BuilderDeleteRoleCustomPermissionRequest.Builder. role(Role role)The role that you want to remove permissions from.DeleteRoleMembershipRequest.BuilderDeleteRoleMembershipRequest.Builder. role(Role role)The role that you want to remove permissions from.DescribeRoleCustomPermissionRequest.BuilderDescribeRoleCustomPermissionRequest.Builder. role(Role role)The name of the role whose permissions you want described.ListRoleMembershipsRequest.BuilderListRoleMembershipsRequest.Builder. role(Role role)The name of the role.UpdateRoleCustomPermissionRequest.BuilderUpdateRoleCustomPermissionRequest.Builder. role(Role role)The name of role tht you want to update.
-