| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
DeploymentJob |
DeploymentJob.clone() |
DeploymentJob |
DeploymentJob.withArn(String arn)
The Amazon Resource Name (ARN) of the deployment job.
|
DeploymentJob |
DeploymentJob.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the deployment job was created.
|
DeploymentJob |
DeploymentJob.withDeploymentApplicationConfigs(Collection<DeploymentApplicationConfig> deploymentApplicationConfigs)
The deployment application configuration.
|
DeploymentJob |
DeploymentJob.withDeploymentApplicationConfigs(DeploymentApplicationConfig... deploymentApplicationConfigs)
The deployment application configuration.
|
DeploymentJob |
DeploymentJob.withDeploymentConfig(DeploymentConfig deploymentConfig)
The deployment configuration.
|
DeploymentJob |
DeploymentJob.withFailureCode(DeploymentJobErrorCode failureCode)
The deployment job failure code.
|
DeploymentJob |
DeploymentJob.withFailureCode(String failureCode)
The deployment job failure code.
|
DeploymentJob |
DeploymentJob.withFailureReason(String failureReason)
A short description of the reason why the deployment job failed.
|
DeploymentJob |
DeploymentJob.withFleet(String fleet)
The Amazon Resource Name (ARN) of the fleet.
|
DeploymentJob |
DeploymentJob.withStatus(DeploymentStatus status)
The status of the deployment job.
|
DeploymentJob |
DeploymentJob.withStatus(String status)
The status of the deployment job.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeploymentJob> |
ListDeploymentJobsResult.getDeploymentJobs()
A list of deployment jobs that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentJobsResult |
ListDeploymentJobsResult.withDeploymentJobs(DeploymentJob... deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentJobsResult.setDeploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
ListDeploymentJobsResult |
ListDeploymentJobsResult.withDeploymentJobs(Collection<DeploymentJob> deploymentJobs)
A list of deployment jobs that meet the criteria of the request.
|
Copyright © 2022. All rights reserved.