| Package | Description |
|---|---|
| com.amazonaws.services.robomaker |
his section provides documentation for the AWS RoboMaker API operations.
|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
SyncDeploymentJobResult |
AWSRoboMaker.syncDeploymentJob(SyncDeploymentJobRequest syncDeploymentJobRequest)
Syncrhonizes robots in a fleet to the latest deployment.
|
SyncDeploymentJobResult |
AbstractAWSRoboMaker.syncDeploymentJob(SyncDeploymentJobRequest request) |
SyncDeploymentJobResult |
AWSRoboMakerClient.syncDeploymentJob(SyncDeploymentJobRequest request)
Syncrhonizes robots in a fleet to the latest deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Future<SyncDeploymentJobResult> |
AbstractAWSRoboMakerAsync.syncDeploymentJobAsync(SyncDeploymentJobRequest request,
AsyncHandler<SyncDeploymentJobRequest,SyncDeploymentJobResult> asyncHandler) |
Future<SyncDeploymentJobResult> |
AWSRoboMakerAsync.syncDeploymentJobAsync(SyncDeploymentJobRequest syncDeploymentJobRequest,
AsyncHandler<SyncDeploymentJobRequest,SyncDeploymentJobResult> asyncHandler)
Syncrhonizes robots in a fleet to the latest deployment.
|
Future<SyncDeploymentJobResult> |
AWSRoboMakerAsyncClient.syncDeploymentJobAsync(SyncDeploymentJobRequest request,
AsyncHandler<SyncDeploymentJobRequest,SyncDeploymentJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SyncDeploymentJobResult |
SyncDeploymentJobResult.clone() |
SyncDeploymentJobResult |
SyncDeploymentJobResult.withArn(String arn)
The Amazon Resource Name (ARN) of the synchronization request.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the fleet was created.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
Information about the deployment application configurations.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withDeploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
Information about the deployment application configurations.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withDeploymentConfig(DeploymentConfig deploymentConfig)
Information about the deployment configuration.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withFailureCode(DeploymentJobErrorCode failureCode)
The failure code if the job fails.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withFailureCode(String failureCode)
The failure code if the job fails.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withFailureReason(String failureReason)
The failure reason if the job fails.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withFleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withStatus(DeploymentStatus status)
The status of the synchronization job.
|
SyncDeploymentJobResult |
SyncDeploymentJobResult.withStatus(String status)
The status of the synchronization job.
|
Copyright © 2019. All rights reserved.