| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProgressDetail |
ProgressDetail.clone() |
ProgressDetail |
RobotDeployment.getProgressDetail()
Information about how the deployment is progressing.
|
ProgressDetail |
ProgressDetail.withCurrentProgress(RobotDeploymentStep currentProgress)
The current progress status.
|
ProgressDetail |
ProgressDetail.withCurrentProgress(String currentProgress)
The current progress status.
|
ProgressDetail |
ProgressDetail.withEstimatedTimeRemainingSeconds(Integer estimatedTimeRemainingSeconds)
Estimated amount of time in seconds remaining in the step.
|
ProgressDetail |
ProgressDetail.withPercentDone(Float percentDone)
Precentage of the step that is done.
|
ProgressDetail |
ProgressDetail.withTargetResource(String targetResource)
The Amazon Resource Name (ARN) of the deployment job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RobotDeployment.setProgressDetail(ProgressDetail progressDetail)
Information about how the deployment is progressing.
|
RobotDeployment |
RobotDeployment.withProgressDetail(ProgressDetail progressDetail)
Information about how the deployment is progressing.
|
Copyright © 2024. All rights reserved.