| Package | Description |
|---|---|
| com.amazonaws.services.robomaker |
his section provides documentation for the AWS RoboMaker API operations.
|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRobotApplicationResult> |
AbstractAWSRoboMakerAsync.createRobotApplicationAsync(CreateRobotApplicationRequest request,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler) |
Future<CreateRobotApplicationResult> |
AWSRoboMakerAsync.createRobotApplicationAsync(CreateRobotApplicationRequest createRobotApplicationRequest,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler)
Creates a robot application.
|
Future<CreateRobotApplicationResult> |
AWSRoboMakerAsyncClient.createRobotApplicationAsync(CreateRobotApplicationRequest request,
AsyncHandler<CreateRobotApplicationRequest,CreateRobotApplicationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.clone() |
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withName(String name)
The name of the robot application.
|
CreateRobotApplicationRequest |
CreateRobotApplicationRequest.withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite 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.
|
Copyright © 2019. All rights reserved.