Uses of Class
software.amazon.awssdk.services.robomaker.model.DeploymentJobErrorCode
-
Packages that use DeploymentJobErrorCode Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of DeploymentJobErrorCode in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return DeploymentJobErrorCode Modifier and Type Method Description DeploymentJobErrorCodeCreateDeploymentJobResponse. failureCode()The failure code of the simulation job if it failed:DeploymentJobErrorCodeDeploymentJob. failureCode()The deployment job failure code.DeploymentJobErrorCodeDescribeDeploymentJobResponse. failureCode()The deployment job failure code.DeploymentJobErrorCodeRobotDeployment. failureCode()The robot deployment failure code.DeploymentJobErrorCodeSyncDeploymentJobResponse. failureCode()The failure code if the job fails:static DeploymentJobErrorCodeDeploymentJobErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentJobErrorCodeDeploymentJobErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentJobErrorCode[]DeploymentJobErrorCode. 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 DeploymentJobErrorCode Modifier and Type Method Description static Set<DeploymentJobErrorCode>DeploymentJobErrorCode. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type DeploymentJobErrorCode Modifier and Type Method Description CreateDeploymentJobResponse.BuilderCreateDeploymentJobResponse.Builder. failureCode(DeploymentJobErrorCode failureCode)The failure code of the simulation job if it failed:DeploymentJob.BuilderDeploymentJob.Builder. failureCode(DeploymentJobErrorCode failureCode)The deployment job failure code.DescribeDeploymentJobResponse.BuilderDescribeDeploymentJobResponse.Builder. failureCode(DeploymentJobErrorCode failureCode)The deployment job failure code.RobotDeployment.BuilderRobotDeployment.Builder. failureCode(DeploymentJobErrorCode failureCode)The robot deployment failure code.SyncDeploymentJobResponse.BuilderSyncDeploymentJobResponse.Builder. failureCode(DeploymentJobErrorCode failureCode)The failure code if the job fails:
-