| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
WorldGenerationJobErrorCode |
WorldFailure.failureCode()
The failure code of the world export job if it failed:
|
WorldGenerationJobErrorCode |
CreateWorldGenerationJobResponse.failureCode()
The failure code of the world generator job if it failed:
|
WorldGenerationJobErrorCode |
DescribeWorldGenerationJobResponse.failureCode()
The failure code of the world generation job if it failed:
|
static WorldGenerationJobErrorCode |
WorldGenerationJobErrorCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WorldGenerationJobErrorCode |
WorldGenerationJobErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorldGenerationJobErrorCode[] |
WorldGenerationJobErrorCode.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<WorldGenerationJobErrorCode> |
WorldGenerationJobErrorCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
WorldFailure.Builder |
WorldFailure.Builder.failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world export job if it failed:
|
CreateWorldGenerationJobResponse.Builder |
CreateWorldGenerationJobResponse.Builder.failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generator job if it failed:
|
DescribeWorldGenerationJobResponse.Builder |
DescribeWorldGenerationJobResponse.Builder.failureCode(WorldGenerationJobErrorCode failureCode)
The failure code of the world generation job if it failed:
|
Copyright © 2022. All rights reserved.