Uses of Class
software.amazon.awssdk.services.robomaker.model.RobotStatus
-
Packages that use RobotStatus Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of RobotStatus in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return RobotStatus Modifier and Type Method Description static RobotStatusRobotStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RobotStatusDescribeRobotResponse. status()The status of the fleet.RobotStatusRobot. status()The status of the robot.RobotStatusRobotDeployment. status()The status of the robot deployment.static RobotStatusRobotStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RobotStatus[]RobotStatus. 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 RobotStatus Modifier and Type Method Description static Set<RobotStatus>RobotStatus. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type RobotStatus Modifier and Type Method Description DescribeRobotResponse.BuilderDescribeRobotResponse.Builder. status(RobotStatus status)The status of the fleet.Robot.BuilderRobot.Builder. status(RobotStatus status)The status of the robot.RobotDeployment.BuilderRobotDeployment.Builder. status(RobotStatus status)The status of the robot deployment.
-