| 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<CreateRobotApplicationVersionResult> |
AWSRoboMakerAsyncClient.createRobotApplicationVersionAsync(CreateRobotApplicationVersionRequest request,
AsyncHandler<CreateRobotApplicationVersionRequest,CreateRobotApplicationVersionResult> asyncHandler) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRobotApplicationVersionRequest |
CreateRobotApplicationVersionRequest.clone() |
CreateRobotApplicationVersionRequest |
CreateRobotApplicationVersionRequest.withApplication(String application)
The application information for the robot application.
|
CreateRobotApplicationVersionRequest |
CreateRobotApplicationVersionRequest.withCurrentRevisionId(String currentRevisionId)
The current revision id for the robot application.
|
CreateRobotApplicationVersionRequest |
CreateRobotApplicationVersionRequest.withImageDigest(String imageDigest)
A SHA256 identifier for the Docker image that you use for your robot application.
|
CreateRobotApplicationVersionRequest |
CreateRobotApplicationVersionRequest.withS3Etags(Collection<String> s3Etags)
The Amazon S3 identifier for the zip file bundle that you use for your robot application.
|
CreateRobotApplicationVersionRequest |
CreateRobotApplicationVersionRequest.withS3Etags(String... s3Etags)
The Amazon S3 identifier for the zip file bundle that you use for your robot application.
|
Copyright © 2024. All rights reserved.