| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static WorldExportJobStatus |
WorldExportJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
WorldExportJobStatus |
CreateWorldExportJobResponse.status()
The status of the world export job.
|
WorldExportJobStatus |
WorldExportJobSummary.status()
The status of the world export job.
|
WorldExportJobStatus |
DescribeWorldExportJobResponse.status()
The status of the world export job.
|
static WorldExportJobStatus |
WorldExportJobStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorldExportJobStatus[] |
WorldExportJobStatus.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<WorldExportJobStatus> |
WorldExportJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorldExportJobResponse.Builder |
CreateWorldExportJobResponse.Builder.status(WorldExportJobStatus status)
The status of the world export job.
|
WorldExportJobSummary.Builder |
WorldExportJobSummary.Builder.status(WorldExportJobStatus status)
The status of the world export job.
|
DescribeWorldExportJobResponse.Builder |
DescribeWorldExportJobResponse.Builder.status(WorldExportJobStatus status)
The status of the world export job.
|
Copyright © 2023. All rights reserved.