| 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<ListSimulationJobBatchesResult> |
AbstractAWSRoboMakerAsync.listSimulationJobBatchesAsync(ListSimulationJobBatchesRequest request,
AsyncHandler<ListSimulationJobBatchesRequest,ListSimulationJobBatchesResult> asyncHandler) |
Future<ListSimulationJobBatchesResult> |
AWSRoboMakerAsync.listSimulationJobBatchesAsync(ListSimulationJobBatchesRequest listSimulationJobBatchesRequest,
AsyncHandler<ListSimulationJobBatchesRequest,ListSimulationJobBatchesResult> asyncHandler)
Returns a list simulation job batches.
|
Future<ListSimulationJobBatchesResult> |
AWSRoboMakerAsyncClient.listSimulationJobBatchesAsync(ListSimulationJobBatchesRequest request,
AsyncHandler<ListSimulationJobBatchesRequest,ListSimulationJobBatchesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListSimulationJobBatchesRequest |
ListSimulationJobBatchesRequest.clone() |
ListSimulationJobBatchesRequest |
ListSimulationJobBatchesRequest.withFilters(Collection<Filter> filters)
Optional filters to limit results.
|
ListSimulationJobBatchesRequest |
ListSimulationJobBatchesRequest.withFilters(Filter... filters)
Optional filters to limit results.
|
ListSimulationJobBatchesRequest |
ListSimulationJobBatchesRequest.withMaxResults(Integer maxResults)
When this parameter is used,
ListSimulationJobBatches only returns maxResults results
in a single page along with a nextToken response element. |
ListSimulationJobBatchesRequest |
ListSimulationJobBatchesRequest.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 © 2023. All rights reserved.