| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
static RobotStatus |
RobotStatus.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
Robot |
Robot.withStatus(RobotStatus status)
The status of the robot.
|
DescribeRobotResult |
DescribeRobotResult.withStatus(RobotStatus status)
Deprecated.
The status of the fleet.
|
RobotDeployment |
RobotDeployment.withStatus(RobotStatus status)
The status of the robot deployment.
|
Copyright © 2024. All rights reserved.