| Package | Description |
|---|---|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
RobotApplicationSummary |
RobotApplicationSummary.clone() |
RobotApplicationSummary |
RobotApplicationSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the robot.
|
RobotApplicationSummary |
RobotApplicationSummary.withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the robot application was last updated.
|
RobotApplicationSummary |
RobotApplicationSummary.withName(String name)
The name of the robot application.
|
RobotApplicationSummary |
RobotApplicationSummary.withRobotSoftwareSuite(RobotSoftwareSuite robotSoftwareSuite)
Information about a robot software suite (ROS distribution).
|
RobotApplicationSummary |
RobotApplicationSummary.withVersion(String version)
The version of the robot application.
|
| Modifier and Type | Method and Description |
|---|---|
List<RobotApplicationSummary> |
ListRobotApplicationsResult.getRobotApplicationSummaries()
A list of robot application summaries that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListRobotApplicationsResult |
ListRobotApplicationsResult.withRobotApplicationSummaries(RobotApplicationSummary... robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRobotApplicationsResult.setRobotApplicationSummaries(Collection<RobotApplicationSummary> robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
ListRobotApplicationsResult |
ListRobotApplicationsResult.withRobotApplicationSummaries(Collection<RobotApplicationSummary> robotApplicationSummaries)
A list of robot application summaries that meet the criteria of the request.
|
Copyright © 2020. All rights reserved.