| 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 |
|---|---|
Future<ListRobotsResult> |
AWSRoboMakerAsyncClient.listRobotsAsync(ListRobotsRequest request,
AsyncHandler<ListRobotsRequest,ListRobotsResult> asyncHandler) |
Future<ListRobotsResult> |
AbstractAWSRoboMakerAsync.listRobotsAsync(ListRobotsRequest request,
AsyncHandler<ListRobotsRequest,ListRobotsResult> asyncHandler) |
Future<ListRobotsResult> |
AWSRoboMakerAsync.listRobotsAsync(ListRobotsRequest listRobotsRequest,
AsyncHandler<ListRobotsRequest,ListRobotsResult> asyncHandler)
Returns a list of robots.
|
| Modifier and Type | Method and Description |
|---|---|
ListRobotsRequest |
ListRobotsRequest.clone() |
ListRobotsRequest |
ListRobotsRequest.withFilters(Collection<Filter> filters)
Optional filters to limit results.
|
ListRobotsRequest |
ListRobotsRequest.withFilters(Filter... filters)
Optional filters to limit results.
|
ListRobotsRequest |
ListRobotsRequest.withMaxResults(Integer maxResults)
When this parameter is used,
ListRobots only returns maxResults results in a single
page along with a nextToken response element. |
ListRobotsRequest |
ListRobotsRequest.withNextToken(String nextToken)
If the previous paginated request did not return all of the remaining results, the response object's
nextToken parameter value is set to a token. |
Copyright © 2020. All rights reserved.