| 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 |
|---|---|
Future<CreateRobotApplicationResult> |
AWSRoboMakerAsyncClient.createRobotApplicationAsync(CreateRobotApplicationRequest request,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler) |
Future<CreateRobotApplicationResult> |
AbstractAWSRoboMakerAsync.createRobotApplicationAsync(CreateRobotApplicationRequest request,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler) |
Future<CreateRobotApplicationResult> |
AWSRoboMakerAsync.createRobotApplicationAsync(CreateRobotApplicationRequest createRobotApplicationRequest,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler)
Creates a robot application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.clone() |
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withEnvironment(Environment environment)
The object that contains that URI of the Docker image that you use for your robot application.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withName(String name)
The name of the robot application.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribuition) used by the robot application.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withSources(Collection<SourceConfig> sources)
The sources of the robot application.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withSources(SourceConfig... sources)
The sources of the robot application.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the robot application.
|
Copyright © 2023. All rights reserved.