Uses of Class
software.amazon.awssdk.services.workmail.model.UserRole
-
Packages that use UserRole Package Description software.amazon.awssdk.services.workmail.model -
-
Uses of UserRole in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.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.UserRoleCreateUserRequest. role()The role of the new user.UserRoleUpdateUserRequest. role()Updates the user role.UserRoleDescribeUserResponse. userRole()In certain cases, other entities are modeled as users.UserRoleUser. userRole()The role of 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.workmail.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.workmail.model with parameters of type UserRole Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. role(UserRole role)The role of the new user.UpdateUserRequest.BuilderUpdateUserRequest.Builder. role(UserRole role)Updates the user role.DescribeUserResponse.BuilderDescribeUserResponse.Builder. userRole(UserRole userRole)In certain cases, other entities are modeled as users.User.BuilderUser.Builder. userRole(UserRole userRole)The role of the user.
-