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