| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
static ResultStatus |
ResultStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResultStatus |
UserAccessResultItem.resultStatus()
The status of the user access result item.
|
static ResultStatus |
ResultStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultStatus[] |
ResultStatus.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<ResultStatus> |
ResultStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserAccessResultItem.Builder |
UserAccessResultItem.Builder.resultStatus(ResultStatus resultStatus)
The status of the user access result item.
|
Copyright © 2023. All rights reserved.