| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<SourceConfig> |
UpdateRobotApplicationRequest.sources()
The sources of the robot application.
|
List<SourceConfig> |
UpdateSimulationApplicationRequest.sources()
The sources of the simulation application.
|
List<SourceConfig> |
CreateSimulationApplicationRequest.sources()
The sources of the simulation application.
|
List<SourceConfig> |
CreateRobotApplicationRequest.sources()
The sources of the robot application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRobotApplicationRequest.Builder |
UpdateRobotApplicationRequest.Builder.sources(SourceConfig... sources)
The sources of the robot application.
|
UpdateSimulationApplicationRequest.Builder |
UpdateSimulationApplicationRequest.Builder.sources(SourceConfig... sources)
The sources of the simulation application.
|
CreateSimulationApplicationRequest.Builder |
CreateSimulationApplicationRequest.Builder.sources(SourceConfig... sources)
The sources of the simulation application.
|
CreateRobotApplicationRequest.Builder |
CreateRobotApplicationRequest.Builder.sources(SourceConfig... sources)
The sources of the robot application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateRobotApplicationRequest.Builder |
UpdateRobotApplicationRequest.Builder.sources(Collection<SourceConfig> sources)
The sources of the robot application.
|
UpdateSimulationApplicationRequest.Builder |
UpdateSimulationApplicationRequest.Builder.sources(Collection<SourceConfig> sources)
The sources of the simulation application.
|
CreateSimulationApplicationRequest.Builder |
CreateSimulationApplicationRequest.Builder.sources(Collection<SourceConfig> sources)
The sources of the simulation application.
|
CreateRobotApplicationRequest.Builder |
CreateRobotApplicationRequest.Builder.sources(Collection<SourceConfig> sources)
The sources of the robot application.
|
Copyright © 2022. All rights reserved.