| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
List<Robot> |
DescribeFleetResponse.robots()
A list of robots.
|
List<Robot> |
ListRobotsResponse.robots()
A list of robots that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetResponse.Builder |
DescribeFleetResponse.Builder.robots(Robot... robots)
A list of robots.
|
ListRobotsResponse.Builder |
ListRobotsResponse.Builder.robots(Robot... robots)
A list of robots that meet the criteria of the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFleetResponse.Builder |
DescribeFleetResponse.Builder.robots(Collection<Robot> robots)
A list of robots.
|
ListRobotsResponse.Builder |
ListRobotsResponse.Builder.robots(Collection<Robot> robots)
A list of robots that meet the criteria of the request.
|
Copyright © 2019. All rights reserved.