| 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 |
|---|---|
CreateSimulationApplicationVersionResult |
AWSRoboMakerClient.createSimulationApplicationVersion(CreateSimulationApplicationVersionRequest request)
Creates a simulation application with a specific revision id.
|
CreateSimulationApplicationVersionResult |
AWSRoboMaker.createSimulationApplicationVersion(CreateSimulationApplicationVersionRequest createSimulationApplicationVersionRequest)
Creates a simulation application with a specific revision id.
|
CreateSimulationApplicationVersionResult |
AbstractAWSRoboMaker.createSimulationApplicationVersion(CreateSimulationApplicationVersionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.clone() |
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withArn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withEnvironment(Environment environment)
The object that contains the Docker image URI used to create the simulation application.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withName(String name)
The name of the simulation application.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withRenderingEngine(RenderingEngine renderingEngine)
The rendering engine for the simulation application.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withRevisionId(String revisionId)
The revision ID of the simulation application.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about the robot software suite (ROS distribution).
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withSimulationSoftwareSuite(SimulationSoftwareSuite simulationSoftwareSuite)
The simulation software suite used by the simulation application.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withSources(Collection<Source> sources)
The sources of the simulation application.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withSources(Source... sources)
The sources of the simulation application.
|
CreateSimulationApplicationVersionResult |
CreateSimulationApplicationVersionResult.withVersion(String version)
The version of the simulation application.
|
Copyright © 2023. All rights reserved.