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