| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
RobotDeployment |
RobotDeployment.clone() |
RobotDeployment |
RobotDeployment.withArn(String arn)
The robot deployment Amazon Resource Name (ARN).
|
RobotDeployment |
RobotDeployment.withDeploymentFinishTime(Date deploymentFinishTime)
The time, in milliseconds since the epoch, when the deployment finished.
|
RobotDeployment |
RobotDeployment.withDeploymentStartTime(Date deploymentStartTime)
The time, in milliseconds since the epoch, when the deployment was started.
|
RobotDeployment |
RobotDeployment.withFailureCode(DeploymentJobErrorCode failureCode)
The robot deployment failure code.
|
RobotDeployment |
RobotDeployment.withFailureCode(String failureCode)
The robot deployment failure code.
|
RobotDeployment |
RobotDeployment.withFailureReason(String failureReason)
A short description of the reason why the robot deployment failed.
|
RobotDeployment |
RobotDeployment.withProgressDetail(ProgressDetail progressDetail)
Information about how the deployment is progressing.
|
RobotDeployment |
RobotDeployment.withStatus(RobotStatus status)
The status of the robot deployment.
|
RobotDeployment |
RobotDeployment.withStatus(String status)
The status of the robot deployment.
|
| Modifier and Type | Method and Description |
|---|---|
List<RobotDeployment> |
DescribeDeploymentJobResult.getRobotDeploymentSummary()
A list of robot deployment summaries.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeploymentJobResult |
DescribeDeploymentJobResult.withRobotDeploymentSummary(RobotDeployment... robotDeploymentSummary)
A list of robot deployment summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeploymentJobResult.setRobotDeploymentSummary(Collection<RobotDeployment> robotDeploymentSummary)
A list of robot deployment summaries.
|
DescribeDeploymentJobResult |
DescribeDeploymentJobResult.withRobotDeploymentSummary(Collection<RobotDeployment> robotDeploymentSummary)
A list of robot deployment summaries.
|
Copyright © 2019. All rights reserved.