| Package | Description |
|---|---|
| com.amazonaws.services.robomaker |
his section provides documentation for the AWS RoboMaker API operations.
|
| com.amazonaws.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListRobotsResult> |
AWSRoboMakerAsyncClient.listRobotsAsync(ListRobotsRequest request,
AsyncHandler<ListRobotsRequest,ListRobotsResult> asyncHandler) |
| 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)
The maximum number of deployment job results returned by
ListRobots in paginated output. |
ListRobotsRequest |
ListRobotsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListRobots request where
maxResults was used and the results exceeded the value of that parameter. |
Copyright © 2019. All rights reserved.