| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TestSetStatus |
TestSetStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TestSetStatus |
DescribeTestSetResponse.status()
The status of the test set.
|
TestSetStatus |
UpdateTestSetResponse.status()
The status for the updated test set.
|
TestSetStatus |
TestSetSummary.status()
The status of the test set.
|
static TestSetStatus |
TestSetStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestSetStatus[] |
TestSetStatus.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<TestSetStatus> |
TestSetStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTestSetResponse.Builder |
DescribeTestSetResponse.Builder.status(TestSetStatus status)
The status of the test set.
|
UpdateTestSetResponse.Builder |
UpdateTestSetResponse.Builder.status(TestSetStatus status)
The status for the updated test set.
|
TestSetSummary.Builder |
TestSetSummary.Builder.status(TestSetStatus status)
The status of the test set.
|
Copyright © 2023. All rights reserved.