Uses of Interface
software.amazon.awssdk.services.robomaker.model.ListDeploymentJobsRequest.Builder
-
Packages that use ListDeploymentJobsRequest.Builder Package Description software.amazon.awssdk.services.robomaker This section provides documentation for the AWS RoboMaker API operations.software.amazon.awssdk.services.robomaker.model -
-
Uses of ListDeploymentJobsRequest.Builder in software.amazon.awssdk.services.robomaker
Method parameters in software.amazon.awssdk.services.robomaker with type arguments of type ListDeploymentJobsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDeploymentJobsResponse>RoboMakerAsyncClient. listDeploymentJobs(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListDeploymentJobsResponseRoboMakerClient. listDeploymentJobs(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListDeploymentJobsPublisherRoboMakerAsyncClient. listDeploymentJobsPaginator(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListDeploymentJobsIterableRoboMakerClient. listDeploymentJobsPaginator(Consumer<ListDeploymentJobsRequest.Builder> listDeploymentJobsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended. -
Uses of ListDeploymentJobsRequest.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return ListDeploymentJobsRequest.Builder Modifier and Type Method Description static ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest. builder()ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest.Builder. filters(Collection<Filter> filters)Optional filters to limit results.ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest.Builder. filters(Consumer<Filter.Builder>... filters)Optional filters to limit results.ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest.Builder. filters(Filter... filters)Optional filters to limit results.ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest.Builder. maxResults(Integer maxResults)When this parameter is used,ListDeploymentJobsonly returnsmaxResultsresults in a single page along with anextTokenresponse element.ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest.Builder. nextToken(String nextToken)If the previous paginated request did not return all of the remaining results, the response object'snextTokenparameter value is set to a token.ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeploymentJobsRequest.BuilderListDeploymentJobsRequest. toBuilder()Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type ListDeploymentJobsRequest.Builder Modifier and Type Method Description static Class<? extends ListDeploymentJobsRequest.Builder>ListDeploymentJobsRequest. serializableBuilderClass()
-