| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentStatus |
DeploymentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeploymentStatus |
DescribeFleetResponse.lastDeploymentStatus()
The status of the last deployment.
|
DeploymentStatus |
Fleet.lastDeploymentStatus()
The status of the last fleet deployment.
|
DeploymentStatus |
SyncDeploymentJobResponse.status()
The status of the synchronization job.
|
DeploymentStatus |
CreateDeploymentJobResponse.status()
The status of the deployment job.
|
DeploymentStatus |
DescribeDeploymentJobResponse.status()
The status of the deployment job.
|
DeploymentStatus |
DeploymentJob.status()
The status of the deployment job.
|
static DeploymentStatus |
DeploymentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentStatus[] |
DeploymentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<DeploymentStatus> |
DeploymentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetResponse.Builder |
DescribeFleetResponse.Builder.lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last deployment.
|
Fleet.Builder |
Fleet.Builder.lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)
The status of the last fleet deployment.
|
SyncDeploymentJobResponse.Builder |
SyncDeploymentJobResponse.Builder.status(DeploymentStatus status)
The status of the synchronization job.
|
CreateDeploymentJobResponse.Builder |
CreateDeploymentJobResponse.Builder.status(DeploymentStatus status)
The status of the deployment job.
|
DescribeDeploymentJobResponse.Builder |
DescribeDeploymentJobResponse.Builder.status(DeploymentStatus status)
The status of the deployment job.
|
DeploymentJob.Builder |
DeploymentJob.Builder.status(DeploymentStatus status)
The status of the deployment job.
|
Copyright © 2019. All rights reserved.