| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker.model | |
| software.amazon.awssdk.services.robomaker.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Robot> |
ListRobotsResponse.robots()
A list of robots that meet the criteria of the request.
|
List<Robot> |
DescribeFleetResponse.robots()
A list of robots.
|
| Modifier and Type | Method and Description |
|---|---|
ListRobotsResponse.Builder |
ListRobotsResponse.Builder.robots(Robot... robots)
A list of robots that meet the criteria of the request.
|
DescribeFleetResponse.Builder |
DescribeFleetResponse.Builder.robots(Robot... robots)
A list of robots.
|
| Modifier and Type | Method and Description |
|---|---|
ListRobotsResponse.Builder |
ListRobotsResponse.Builder.robots(Collection<Robot> robots)
A list of robots that meet the criteria of the request.
|
DescribeFleetResponse.Builder |
DescribeFleetResponse.Builder.robots(Collection<Robot> robots)
A list of robots.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Robot> |
ListRobotsPublisher.robots()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Robot> |
ListRobotsIterable.robots()
Returns an iterable to iterate through the paginated
ListRobotsResponse.robots() member. |
Copyright © 2022. All rights reserved.