Uses of Class
software.amazon.awssdk.services.robomaker.model.RobotSoftwareSuiteType
-
Packages that use RobotSoftwareSuiteType Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of RobotSoftwareSuiteType in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return RobotSoftwareSuiteType Modifier and Type Method Description static RobotSoftwareSuiteTypeRobotSoftwareSuiteType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RobotSoftwareSuiteTypeRobotSoftwareSuite. name()The name of the robot software suite (ROS distribution).static RobotSoftwareSuiteTypeRobotSoftwareSuiteType. valueOf(String name)Returns the enum constant of this type with the specified name.static RobotSoftwareSuiteType[]RobotSoftwareSuiteType. 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 RobotSoftwareSuiteType Modifier and Type Method Description static Set<RobotSoftwareSuiteType>RobotSoftwareSuiteType. knownValues()Methods in software.amazon.awssdk.services.robomaker.model with parameters of type RobotSoftwareSuiteType Modifier and Type Method Description RobotSoftwareSuite.BuilderRobotSoftwareSuite.Builder. name(RobotSoftwareSuiteType name)The name of the robot software suite (ROS distribution).
-