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