Uses of Class
software.amazon.awssdk.services.robomaker.model.ListRobotsResponse
-
Packages that use ListRobotsResponse Package Description software.amazon.awssdk.services.robomaker This section provides documentation for the AWS RoboMaker API operations.software.amazon.awssdk.services.robomaker.paginators -
-
Uses of ListRobotsResponse in software.amazon.awssdk.services.robomaker
Methods in software.amazon.awssdk.services.robomaker that return ListRobotsResponse Modifier and Type Method Description default ListRobotsResponseRoboMakerClient. listRobots()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 ListRobotsResponseRoboMakerClient. listRobots(ListRobotsRequest listRobotsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.Methods in software.amazon.awssdk.services.robomaker that return types with arguments of type ListRobotsResponse Modifier and Type Method Description default CompletableFuture<ListRobotsResponse>RoboMakerAsyncClient. listRobots()Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default CompletableFuture<ListRobotsResponse>RoboMakerAsyncClient. listRobots(Consumer<ListRobotsRequest.Builder> listRobotsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended.default CompletableFuture<ListRobotsResponse>RoboMakerAsyncClient. listRobots(ListRobotsRequest listRobotsRequest)Deprecated.Support for the AWS RoboMaker application deployment feature has ended. -
Uses of ListRobotsResponse in software.amazon.awssdk.services.robomaker.paginators
Methods in software.amazon.awssdk.services.robomaker.paginators that return types with arguments of type ListRobotsResponse Modifier and Type Method Description Iterator<ListRobotsResponse>ListRobotsIterable. iterator()Method parameters in software.amazon.awssdk.services.robomaker.paginators with type arguments of type ListRobotsResponse Modifier and Type Method Description voidListRobotsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRobotsResponse> subscriber)
-