Uses of Interface
software.amazon.awssdk.services.iotroborunner.IotRoboRunnerClient
-
Packages that use IotRoboRunnerClient 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 -
-
Uses of IotRoboRunnerClient in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner that return IotRoboRunnerClient Modifier and Type Method Description static IotRoboRunnerClientIotRoboRunnerClient. create()Create aIotRoboRunnerClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of IotRoboRunnerClient in software.amazon.awssdk.services.iotroborunner.paginators
Constructors in software.amazon.awssdk.services.iotroborunner.paginators with parameters of type IotRoboRunnerClient Constructor Description ListDestinationsIterable(IotRoboRunnerClient client, ListDestinationsRequest firstRequest)ListSitesIterable(IotRoboRunnerClient client, ListSitesRequest firstRequest)ListWorkerFleetsIterable(IotRoboRunnerClient client, ListWorkerFleetsRequest firstRequest)ListWorkersIterable(IotRoboRunnerClient client, ListWorkersRequest firstRequest)
-