Uses of Class
software.amazon.awssdk.services.robomaker.model.DeploymentStatus
-
Packages that use DeploymentStatus Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of DeploymentStatus in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return DeploymentStatus Modifier and Type Method Description static DeploymentStatusDeploymentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeploymentStatusDescribeFleetResponse. lastDeploymentStatus()The status of the last deployment.DeploymentStatusFleet. lastDeploymentStatus()The status of the last fleet deployment.DeploymentStatusCreateDeploymentJobResponse. status()The status of the deployment job.DeploymentStatusDeploymentJob. status()The status of the deployment job.DeploymentStatusDescribeDeploymentJobResponse. status()The status of the deployment job.DeploymentStatusSyncDeploymentJobResponse. status()The status of the synchronization job.static DeploymentStatusDeploymentStatus. 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.Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type DeploymentStatus Modifier and Type Method Description static Set<DeploymentStatus>DeploymentStatus. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type DeploymentStatus Modifier and Type Method Description DescribeFleetResponse.BuilderDescribeFleetResponse.Builder. lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)The status of the last deployment.Fleet.BuilderFleet.Builder. lastDeploymentStatus(DeploymentStatus lastDeploymentStatus)The status of the last fleet deployment.CreateDeploymentJobResponse.BuilderCreateDeploymentJobResponse.Builder. status(DeploymentStatus status)The status of the deployment job.DeploymentJob.BuilderDeploymentJob.Builder. status(DeploymentStatus status)The status of the deployment job.DescribeDeploymentJobResponse.BuilderDescribeDeploymentJobResponse.Builder. status(DeploymentStatus status)The status of the deployment job.SyncDeploymentJobResponse.BuilderSyncDeploymentJobResponse.Builder. status(DeploymentStatus status)The status of the synchronization job.
-