| 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<ListDeploymentJobsResult> |
AbstractAWSRoboMakerAsync.listDeploymentJobsAsync(ListDeploymentJobsRequest request,
AsyncHandler<ListDeploymentJobsRequest,ListDeploymentJobsResult> asyncHandler)
Deprecated.
|
Future<ListDeploymentJobsResult> |
AWSRoboMakerAsync.listDeploymentJobsAsync(ListDeploymentJobsRequest listDeploymentJobsRequest,
AsyncHandler<ListDeploymentJobsRequest,ListDeploymentJobsResult> asyncHandler)
Deprecated.
|
Future<ListDeploymentJobsResult> |
AWSRoboMakerAsyncClient.listDeploymentJobsAsync(ListDeploymentJobsRequest request,
AsyncHandler<ListDeploymentJobsRequest,ListDeploymentJobsResult> asyncHandler)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentJobsRequest |
ListDeploymentJobsRequest.clone() |
ListDeploymentJobsRequest |
ListDeploymentJobsRequest.withFilters(Collection<Filter> filters)
Optional filters to limit results.
|
ListDeploymentJobsRequest |
ListDeploymentJobsRequest.withFilters(Filter... filters)
Optional filters to limit results.
|
ListDeploymentJobsRequest |
ListDeploymentJobsRequest.withMaxResults(Integer maxResults)
When this parameter is used,
ListDeploymentJobs only returns maxResults results in a
single page along with a nextToken response element. |
ListDeploymentJobsRequest |
ListDeploymentJobsRequest.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 © 2022. All rights reserved.