Uses of Class
software.amazon.awssdk.services.robomaker.model.RobotDeploymentStep
-
Packages that use RobotDeploymentStep Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of RobotDeploymentStep in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return RobotDeploymentStep Modifier and Type Method Description RobotDeploymentStepProgressDetail. currentProgress()The current progress status.static RobotDeploymentStepRobotDeploymentStep. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RobotDeploymentStepRobotDeploymentStep. valueOf(String name)Returns the enum constant of this type with the specified name.static RobotDeploymentStep[]RobotDeploymentStep. 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 RobotDeploymentStep Modifier and Type Method Description static Set<RobotDeploymentStep>RobotDeploymentStep. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type RobotDeploymentStep Modifier and Type Method Description ProgressDetail.BuilderProgressDetail.Builder. currentProgress(RobotDeploymentStep currentProgress)The current progress status.
-