Uses of Class
software.amazon.awssdk.services.iotroborunner.model.ListWorkersRequest
-
Packages that use ListWorkersRequest Package Description software.amazon.awssdk.services.iotroborunner An example service, deployed with the Octane Service creator, which will echo the stringsoftware.amazon.awssdk.services.iotroborunner.paginators software.amazon.awssdk.services.iotroborunner.transform -
-
Uses of ListWorkersRequest in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner with parameters of type ListWorkersRequest Modifier and Type Method Description default CompletableFuture<ListWorkersResponse>IotRoboRunnerAsyncClient. listWorkers(ListWorkersRequest listWorkersRequest)Grants permission to list workersdefault ListWorkersResponseIotRoboRunnerClient. listWorkers(ListWorkersRequest listWorkersRequest)Grants permission to list workersdefault ListWorkersPublisherIotRoboRunnerAsyncClient. listWorkersPaginator(ListWorkersRequest listWorkersRequest)This is a variant ofIotRoboRunnerAsyncClient.listWorkers(software.amazon.awssdk.services.iotroborunner.model.ListWorkersRequest)operation.default ListWorkersIterableIotRoboRunnerClient. listWorkersPaginator(ListWorkersRequest listWorkersRequest)This is a variant ofIotRoboRunnerClient.listWorkers(software.amazon.awssdk.services.iotroborunner.model.ListWorkersRequest)operation. -
Uses of ListWorkersRequest in software.amazon.awssdk.services.iotroborunner.paginators
Constructors in software.amazon.awssdk.services.iotroborunner.paginators with parameters of type ListWorkersRequest Constructor Description ListWorkersIterable(IotRoboRunnerClient client, ListWorkersRequest firstRequest)ListWorkersPublisher(IotRoboRunnerAsyncClient client, ListWorkersRequest firstRequest) -
Uses of ListWorkersRequest in software.amazon.awssdk.services.iotroborunner.transform
Methods in software.amazon.awssdk.services.iotroborunner.transform with parameters of type ListWorkersRequest Modifier and Type Method Description SdkHttpFullRequestListWorkersRequestMarshaller. marshall(ListWorkersRequest listWorkersRequest)
-