| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static UserType |
UserType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UserType |
UpdateUserRequest.userType()
The user type.
|
UserType |
CreateUserRequest.userType()
The user type.
|
UserType |
InviteUsersRequest.userType()
The user type.
|
UserType |
UpdateUserRequestItem.userType()
The user type.
|
UserType |
User.userType()
The user type.
|
UserType |
ListUsersRequest.userType()
The user type.
|
static UserType |
UserType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserType[] |
UserType.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<UserType> |
UserType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateUserRequest.Builder |
UpdateUserRequest.Builder.userType(UserType userType)
The user type.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.userType(UserType userType)
The user type.
|
InviteUsersRequest.Builder |
InviteUsersRequest.Builder.userType(UserType userType)
The user type.
|
UpdateUserRequestItem.Builder |
UpdateUserRequestItem.Builder.userType(UserType userType)
The user type.
|
User.Builder |
User.Builder.userType(UserType userType)
The user type.
|
ListUsersRequest.Builder |
ListUsersRequest.Builder.userType(UserType userType)
The user type.
|
Copyright © 2022. All rights reserved.