| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
Robot |
Robot.clone() |
Robot |
Robot.withArchitecture(Architecture architecture)
The architecture of the robot.
|
Robot |
Robot.withArchitecture(String architecture)
The architecture of the robot.
|
Robot |
Robot.withArn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
Robot |
Robot.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
Robot |
Robot.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
Robot |
Robot.withGreenGrassGroupId(String greenGrassGroupId)
The Greengrass group associated with the robot.
|
Robot |
Robot.withLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
Robot |
Robot.withLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment.
|
Robot |
Robot.withName(String name)
The name of the robot.
|
Robot |
Robot.withStatus(RobotStatus status)
The status of the robot.
|
Robot |
Robot.withStatus(String status)
The status of the robot.
|
| Modifier and Type | Method and Description |
|---|---|
List<Robot> |
DescribeFleetResult.getRobots()
Deprecated.
A list of robots.
|
List<Robot> |
ListRobotsResult.getRobots()
Deprecated.
A list of robots that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetResult |
DescribeFleetResult.withRobots(Robot... robots)
Deprecated.
A list of robots.
|
ListRobotsResult |
ListRobotsResult.withRobots(Robot... robots)
Deprecated.
A list of robots that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFleetResult.setRobots(Collection<Robot> robots)
Deprecated.
A list of robots.
|
void |
ListRobotsResult.setRobots(Collection<Robot> robots)
Deprecated.
A list of robots that meet the criteria of the request.
|
DescribeFleetResult |
DescribeFleetResult.withRobots(Collection<Robot> robots)
Deprecated.
A list of robots.
|
ListRobotsResult |
ListRobotsResult.withRobots(Collection<Robot> robots)
Deprecated.
A list of robots that meet the criteria of the request.
|
Copyright © 2022. All rights reserved.