| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RobotStatus |
RobotStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RobotStatus |
RobotDeployment.status()
The status of the robot deployment.
|
RobotStatus |
Robot.status()
The status of the robot.
|
RobotStatus |
DescribeRobotResponse.status()
The status of the fleet.
|
static RobotStatus |
RobotStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RobotStatus> |
RobotStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RobotDeployment.Builder |
RobotDeployment.Builder.status(RobotStatus status)
The status of the robot deployment.
|
Robot.Builder |
Robot.Builder.status(RobotStatus status)
The status of the robot.
|
DescribeRobotResponse.Builder |
DescribeRobotResponse.Builder.status(RobotStatus status)
The status of the fleet.
|
Copyright © 2022. All rights reserved.