Uses of Class
software.amazon.awssdk.services.robomaker.model.RobotSoftwareSuiteVersionType
-
Packages that use RobotSoftwareSuiteVersionType Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of RobotSoftwareSuiteVersionType in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return RobotSoftwareSuiteVersionType Modifier and Type Method Description static RobotSoftwareSuiteVersionTypeRobotSoftwareSuiteVersionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RobotSoftwareSuiteVersionTypeRobotSoftwareSuiteVersionType. valueOf(String name)Returns the enum constant of this type with the specified name.static RobotSoftwareSuiteVersionType[]RobotSoftwareSuiteVersionType. values()Returns an array containing the constants of this enum type, in the order they are declared.RobotSoftwareSuiteVersionTypeRobotSoftwareSuite. version()The version of the robot software suite (ROS distribution).Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type RobotSoftwareSuiteVersionType Modifier and Type Method Description static Set<RobotSoftwareSuiteVersionType>RobotSoftwareSuiteVersionType. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type RobotSoftwareSuiteVersionType Modifier and Type Method Description RobotSoftwareSuite.BuilderRobotSoftwareSuite.Builder. version(RobotSoftwareSuiteVersionType version)The version of the robot software suite (ROS distribution).
-