| Package | Description |
|---|---|
| com.amazonaws.services.robomaker |
This section provides documentation for the AWS RoboMaker API operations.
|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeRobotResult |
AWSRoboMaker.describeRobot(DescribeRobotRequest describeRobotRequest)
Describes a robot.
|
DescribeRobotResult |
AbstractAWSRoboMaker.describeRobot(DescribeRobotRequest request) |
DescribeRobotResult |
AWSRoboMakerClient.describeRobot(DescribeRobotRequest request)
Describes a robot.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeRobotResult> |
AbstractAWSRoboMakerAsync.describeRobotAsync(DescribeRobotRequest request,
AsyncHandler<DescribeRobotRequest,DescribeRobotResult> asyncHandler) |
Future<DescribeRobotResult> |
AWSRoboMakerAsync.describeRobotAsync(DescribeRobotRequest describeRobotRequest,
AsyncHandler<DescribeRobotRequest,DescribeRobotResult> asyncHandler)
Describes a robot.
|
Future<DescribeRobotResult> |
AWSRoboMakerAsyncClient.describeRobotAsync(DescribeRobotRequest request,
AsyncHandler<DescribeRobotRequest,DescribeRobotResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeRobotResult |
DescribeRobotResult.addTagsEntry(String key,
String value) |
DescribeRobotResult |
DescribeRobotResult.clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeRobotResult |
DescribeRobotResult.clone() |
DescribeRobotResult |
DescribeRobotResult.withArchitecture(Architecture architecture)
The target architecture of the robot application.
|
DescribeRobotResult |
DescribeRobotResult.withArchitecture(String architecture)
The target architecture of the robot application.
|
DescribeRobotResult |
DescribeRobotResult.withArn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
DescribeRobotResult |
DescribeRobotResult.withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the robot was created.
|
DescribeRobotResult |
DescribeRobotResult.withFleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet.
|
DescribeRobotResult |
DescribeRobotResult.withGreengrassGroupId(String greengrassGroupId)
The Greengrass group id.
|
DescribeRobotResult |
DescribeRobotResult.withLastDeploymentJob(String lastDeploymentJob)
The Amazon Resource Name (ARN) of the last deployment job.
|
DescribeRobotResult |
DescribeRobotResult.withLastDeploymentTime(Date lastDeploymentTime)
The time of the last deployment job.
|
DescribeRobotResult |
DescribeRobotResult.withName(String name)
The name of the robot.
|
DescribeRobotResult |
DescribeRobotResult.withStatus(RobotStatus status)
The status of the fleet.
|
DescribeRobotResult |
DescribeRobotResult.withStatus(String status)
The status of the fleet.
|
DescribeRobotResult |
DescribeRobotResult.withTags(Map<String,String> tags)
The list of all tags added to the specified robot.
|
Copyright © 2019. All rights reserved.