| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static UserRole |
UserRole.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UserRole |
DescribeUserResponse.userRole()
In certain cases, other entities are modeled as users.
|
UserRole |
User.userRole()
The role of the user.
|
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 |
|---|---|
static Set<UserRole> |
UserRole.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeUserResponse.Builder |
DescribeUserResponse.Builder.userRole(UserRole userRole)
In certain cases, other entities are modeled as users.
|
User.Builder |
User.Builder.userRole(UserRole userRole)
The role of the user.
|
Copyright © 2022. All rights reserved.