| Package | Description |
|---|---|
| com.amazonaws.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static UserRole |
UserRole.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
UpdateUserRequest |
UpdateUserRequest.withRole(UserRole role)
Updates the user role.
|
CreateUserRequest |
CreateUserRequest.withRole(UserRole role)
The role of the new user.
|
DescribeUserResult |
DescribeUserResult.withUserRole(UserRole userRole)
In certain cases, other entities are modeled as users.
|
User |
User.withUserRole(UserRole userRole)
The role of the user.
|
Copyright © 2024. All rights reserved.