Uses of Class
software.amazon.awssdk.services.quicksight.model.UserRole
-
Packages that use UserRole Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of UserRole in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UserRole Modifier and Type Method Description static UserRoleUserRole. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserRoleUpdateUserRequest. role()The Amazon QuickSight role of the user.UserRoleUser. role()The Amazon QuickSight role for the user.UserRoleRegisterUserRequest. userRole()The Amazon QuickSight role for the user.static UserRoleUserRole. 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.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UserRole Modifier and Type Method Description static Set<UserRole>UserRole. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type UserRole Modifier and Type Method Description UpdateUserRequest.BuilderUpdateUserRequest.Builder. role(UserRole role)The Amazon QuickSight role of the user.User.BuilderUser.Builder. role(UserRole role)The Amazon QuickSight role for the user.RegisterUserRequest.BuilderRegisterUserRequest.Builder. userRole(UserRole userRole)The Amazon QuickSight role for the user.
-