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