| Package | Description |
|---|---|
| software.amazon.awssdk.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
static RunStatus |
RunStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RunStatus |
GetRunResponse.status()
The run's status.
|
RunStatus |
StartRunResponse.status()
The run's status.
|
RunStatus |
ListRunsRequest.status()
The status of a run.
|
RunStatus |
RunListItem.status()
The run's status.
|
static RunStatus |
RunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunStatus[] |
RunStatus.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<RunStatus> |
RunStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetRunResponse.Builder |
GetRunResponse.Builder.status(RunStatus status)
The run's status.
|
StartRunResponse.Builder |
StartRunResponse.Builder.status(RunStatus status)
The run's status.
|
ListRunsRequest.Builder |
ListRunsRequest.Builder.status(RunStatus status)
The status of a run.
|
RunListItem.Builder |
RunListItem.Builder.status(RunStatus status)
The run's status.
|
Copyright © 2023. All rights reserved.