| 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 |
|---|---|
CreateRobotApplicationResult |
AWSRoboMakerClient.createRobotApplication(CreateRobotApplicationRequest request)
Creates a robot application.
|
CreateRobotApplicationResult |
AbstractAWSRoboMaker.createRobotApplication(CreateRobotApplicationRequest request) |
CreateRobotApplicationResult |
AWSRoboMaker.createRobotApplication(CreateRobotApplicationRequest createRobotApplicationRequest)
Creates a robot application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRobotApplicationResult> |
AWSRoboMakerAsync.createRobotApplicationAsync(CreateRobotApplicationRequest createRobotApplicationRequest,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler)
Creates a robot application.
|
Future<CreateRobotApplicationResult> |
AbstractAWSRoboMakerAsync.createRobotApplicationAsync(CreateRobotApplicationRequest request,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler) |
Future<CreateRobotApplicationResult> |
AWSRoboMakerAsyncClient.createRobotApplicationAsync(CreateRobotApplicationRequest request,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRobotApplicationResult |
CreateRobotApplicationResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.clone() |
CreateRobotApplicationResult |
CreateRobotApplicationResult.withArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.withName(String name)
The name of the robot application.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.withRevisionId(String revisionId)
The revision id of the robot application.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.withSources(Collection<Source> sources)
The sources of the robot application.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.withSources(Source... sources)
The sources of the robot application.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.withTags(Map<String,String> tags)
The list of all tags added to the robot application.
|
CreateRobotApplicationResult |
CreateRobotApplicationResult.withVersion(String version)
The version of the robot application.
|
Copyright © 2021. All rights reserved.