| 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 |
|---|---|
CreateRobotResult |
AWSRoboMakerClient.createRobot(CreateRobotRequest request)
Deprecated.
|
CreateRobotResult |
AbstractAWSRoboMaker.createRobot(CreateRobotRequest request)
Deprecated.
|
CreateRobotResult |
AWSRoboMaker.createRobot(CreateRobotRequest createRobotRequest)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRobotResult> |
AWSRoboMakerAsyncClient.createRobotAsync(CreateRobotRequest request)
Deprecated.
|
Future<CreateRobotResult> |
AbstractAWSRoboMakerAsync.createRobotAsync(CreateRobotRequest request)
Deprecated.
|
Future<CreateRobotResult> |
AWSRoboMakerAsync.createRobotAsync(CreateRobotRequest createRobotRequest)
Deprecated.
|
Future<CreateRobotResult> |
AWSRoboMakerAsyncClient.createRobotAsync(CreateRobotRequest request,
AsyncHandler<CreateRobotRequest,CreateRobotResult> asyncHandler)
Deprecated.
|
Future<CreateRobotResult> |
AbstractAWSRoboMakerAsync.createRobotAsync(CreateRobotRequest request,
AsyncHandler<CreateRobotRequest,CreateRobotResult> asyncHandler)
Deprecated.
|
Future<CreateRobotResult> |
AWSRoboMakerAsync.createRobotAsync(CreateRobotRequest createRobotRequest,
AsyncHandler<CreateRobotRequest,CreateRobotResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRobotResult> |
AWSRoboMakerAsyncClient.createRobotAsync(CreateRobotRequest request,
AsyncHandler<CreateRobotRequest,CreateRobotResult> asyncHandler)
Deprecated.
|
Future<CreateRobotResult> |
AbstractAWSRoboMakerAsync.createRobotAsync(CreateRobotRequest request,
AsyncHandler<CreateRobotRequest,CreateRobotResult> asyncHandler)
Deprecated.
|
Future<CreateRobotResult> |
AWSRoboMakerAsync.createRobotAsync(CreateRobotRequest createRobotRequest,
AsyncHandler<CreateRobotRequest,CreateRobotResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRobotResult |
CreateRobotResult.addTagsEntry(String key,
String value)
Deprecated.
Add a single Tags entry
|
CreateRobotResult |
CreateRobotResult.clearTagsEntries()
Deprecated.
Removes all the entries added into Tags.
|
CreateRobotResult |
CreateRobotResult.clone()
Deprecated.
|
CreateRobotResult |
CreateRobotResult.withArchitecture(Architecture architecture)
Deprecated.
The target architecture of the robot.
|
CreateRobotResult |
CreateRobotResult.withArchitecture(String architecture)
Deprecated.
The target architecture of the robot.
|
CreateRobotResult |
CreateRobotResult.withArn(String arn)
Deprecated.
The Amazon Resource Name (ARN) of the robot.
|
CreateRobotResult |
CreateRobotResult.withCreatedAt(Date createdAt)
Deprecated.
The time, in milliseconds since the epoch, when the robot was created.
|
CreateRobotResult |
CreateRobotResult.withGreengrassGroupId(String greengrassGroupId)
Deprecated.
The Amazon Resource Name (ARN) of the Greengrass group associated with the robot.
|
CreateRobotResult |
CreateRobotResult.withName(String name)
Deprecated.
The name of the robot.
|
CreateRobotResult |
CreateRobotResult.withTags(Map<String,String> tags)
Deprecated.
The list of all tags added to the robot.
|
Copyright © 2023. All rights reserved.