| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RobotSoftwareSuiteVersionType |
RobotSoftwareSuiteVersionType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static RobotSoftwareSuiteVersionType |
RobotSoftwareSuiteVersionType.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.
|
RobotSoftwareSuiteVersionType |
RobotSoftwareSuite.version()
The version of the robot software suite (ROS distribution).
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RobotSoftwareSuiteVersionType> |
RobotSoftwareSuiteVersionType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RobotSoftwareSuite.Builder |
RobotSoftwareSuite.Builder.version(RobotSoftwareSuiteVersionType version)
The version of the robot software suite (ROS distribution).
|
Copyright © 2023. All rights reserved.