| Package | Description |
|---|---|
| software.amazon.awssdk.services.robomaker |
This section provides documentation for the AWS RoboMaker API operations.
|
| software.amazon.awssdk.services.robomaker.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentJobsResponse |
RoboMakerClient.listDeploymentJobs(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest)
Deprecated.
Support for the AWS RoboMaker application deployment feature has ended. For additional information,
see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
|
default CompletableFuture<ListDeploymentJobsResponse> |
RoboMakerAsyncClient.listDeploymentJobs(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest)
Deprecated.
Support for the AWS RoboMaker application deployment feature has ended. For additional information,
see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
|
default ListDeploymentJobsIterable |
RoboMakerClient.listDeploymentJobsPaginator(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest)
Deprecated.
Support for the AWS RoboMaker application deployment feature has ended. For additional information,
see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
|
default ListDeploymentJobsPublisher |
RoboMakerAsyncClient.listDeploymentJobsPaginator(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest)
Deprecated.
Support for the AWS RoboMaker application deployment feature has ended. For additional information,
see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.builder() |
ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.Builder.filters(Collection<Filter> filters)
Optional filters to limit results.
|
ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.Builder.filters(Consumer<Filter.Builder>... filters)
Optional filters to limit results.
|
ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.Builder.filters(Filter... filters)
Optional filters to limit results.
|
ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.Builder.maxResults(Integer maxResults)
When this parameter is used,
ListDeploymentJobs only returns maxResults results in
a single page along with a nextToken response element. |
ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.Builder.nextToken(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. |
ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeploymentJobsRequest.Builder |
ListDeploymentJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDeploymentJobsRequest.Builder> |
ListDeploymentJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.