| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
static TestGridSessionStatus |
TestGridSessionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TestGridSessionStatus |
TestGridSession.status()
The state of the session.
|
TestGridSessionStatus |
ListTestGridSessionsRequest.status()
Return only sessions in this state.
|
static TestGridSessionStatus |
TestGridSessionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestGridSessionStatus[] |
TestGridSessionStatus.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<TestGridSessionStatus> |
TestGridSessionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TestGridSession.Builder |
TestGridSession.Builder.status(TestGridSessionStatus status)
The state of the session.
|
ListTestGridSessionsRequest.Builder |
ListTestGridSessionsRequest.Builder.status(TestGridSessionStatus status)
Return only sessions in this state.
|
Copyright © 2021. All rights reserved.