| 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 |
|---|---|
CreateRobotApplicationVersionResult |
AbstractAWSRoboMaker.createRobotApplicationVersion(CreateRobotApplicationVersionRequest request) |
CreateRobotApplicationVersionResult |
AWSRoboMaker.createRobotApplicationVersion(CreateRobotApplicationVersionRequest createRobotApplicationVersionRequest)
Creates a version of a robot application.
|
CreateRobotApplicationVersionResult |
AWSRoboMakerClient.createRobotApplicationVersion(CreateRobotApplicationVersionRequest request)
Creates a version of a robot application.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRobotApplicationVersionResult> |
AbstractAWSRoboMakerAsync.createRobotApplicationVersionAsync(CreateRobotApplicationVersionRequest request,
AsyncHandler<CreateRobotApplicationVersionRequest,CreateRobotApplicationVersionResult> asyncHandler) |
Future<CreateRobotApplicationVersionResult> |
AWSRoboMakerAsync.createRobotApplicationVersionAsync(CreateRobotApplicationVersionRequest createRobotApplicationVersionRequest,
AsyncHandler<CreateRobotApplicationVersionRequest,CreateRobotApplicationVersionResult> asyncHandler)
Creates a version of a robot application.
|
Future<CreateRobotApplicationVersionResult> |
AWSRoboMakerAsyncClient.createRobotApplicationVersionAsync(CreateRobotApplicationVersionRequest request,
AsyncHandler<CreateRobotApplicationVersionRequest,CreateRobotApplicationVersionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.clone() |
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withArn(String arn)
The Amazon Resource Name (ARN) of the robot application.
|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withEnvironment(Environment environment)
The object that contains the Docker image URI used to create your robot application.
|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withName(String name)
The name of the robot application.
|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withRevisionId(String revisionId)
The revision id of the robot application.
|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
The robot software suite (ROS distribution) used by the robot application.
|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withSources(Collection<Source> sources)
The sources of the robot application.
|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withSources(Source... sources)
The sources of the robot application.
|
CreateRobotApplicationVersionResult |
CreateRobotApplicationVersionResult.withVersion(String version)
The version of the robot application.
|
Copyright © 2023. All rights reserved.