Uses of Interface
software.amazon.awssdk.services.robomaker.model.ListRobotsRequest.Builder
-
Packages that use ListRobotsRequest.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 ListRobotsRequest.Builder in software.amazon.awssdk.services.robomaker
Method parameters in software.amazon.awssdk.services.robomaker with type arguments of type ListRobotsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListRobotsResponse>RoboMakerAsyncClient. listRobots(Consumer<ListRobotsRequest.Builder> listRobotsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotsResponseRoboMakerClient. listRobots(Consumer<ListRobotsRequest.Builder> listRobotsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotsPublisherRoboMakerAsyncClient. listRobotsPaginator(Consumer<ListRobotsRequest.Builder> listRobotsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default ListRobotsIterableRoboMakerClient. listRobotsPaginator(Consumer<ListRobotsRequest.Builder> listRobotsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended. -
Uses of ListRobotsRequest.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return ListRobotsRequest.Builder Modifier and Type Method Description static ListRobotsRequest.BuilderListRobotsRequest. builder()ListRobotsRequest.BuilderListRobotsRequest.Builder. filters(Collection<Filter> filters)Optional filters to limit results.ListRobotsRequest.BuilderListRobotsRequest.Builder. filters(Consumer<Filter.Builder>... filters)Optional filters to limit results.ListRobotsRequest.BuilderListRobotsRequest.Builder. filters(Filter... filters)Optional filters to limit results.ListRobotsRequest.BuilderListRobotsRequest.Builder. maxResults(Integer maxResults)When this parameter is used,ListRobotsonly returnsmaxResultsresults in a single page along with anextTokenresponse element.ListRobotsRequest.BuilderListRobotsRequest.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.ListRobotsRequest.BuilderListRobotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRobotsRequest.BuilderListRobotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRobotsRequest.BuilderListRobotsRequest. toBuilder()Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type ListRobotsRequest.Builder Modifier and Type Method Description static Class<? extends ListRobotsRequest.Builder>ListRobotsRequest. serializableBuilderClass()
-