| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentJobErrorCode |
DeploymentJobErrorCode.fromValue(String value)
Use this in place of valueOf.
|
static DeploymentJobErrorCode |
DeploymentJobErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentJobErrorCode[] |
DeploymentJobErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentJobResult |
CreateDeploymentJobResult.withFailureCode(DeploymentJobErrorCode failureCode)
The failure code of the simulation job if it failed:
|
RobotDeployment |
RobotDeployment.withFailureCode(DeploymentJobErrorCode failureCode)
The robot deployment failure code.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withFailureCode(DeploymentJobErrorCode failureCode)
The failure code if the job fails:
|
DescribeDeploymentJobResult |
DescribeDeploymentJobResult.withFailureCode(DeploymentJobErrorCode failureCode)
The deployment job failure code.
|
DeploymentJob |
DeploymentJob.withFailureCode(DeploymentJobErrorCode failureCode)
The deployment job failure code.
|
Copyright © 2021. All rights reserved.