Uses of Interface
software.amazon.awssdk.services.iotroborunner.IotRoboRunnerBaseClientBuilder
-
Packages that use IotRoboRunnerBaseClientBuilder Package Description software.amazon.awssdk.services.iotroborunner An example service, deployed with the Octane Service creator, which will echo the string -
-
Uses of IotRoboRunnerBaseClientBuilder in software.amazon.awssdk.services.iotroborunner
Classes in software.amazon.awssdk.services.iotroborunner with type parameters of type IotRoboRunnerBaseClientBuilder Modifier and Type Interface Description interfaceIotRoboRunnerBaseClientBuilder<B extends IotRoboRunnerBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT RoboRunner that is supported by bothIotRoboRunnerClientBuilderandIotRoboRunnerAsyncClientBuilder.Subinterfaces of IotRoboRunnerBaseClientBuilder in software.amazon.awssdk.services.iotroborunner Modifier and Type Interface Description interfaceIotRoboRunnerAsyncClientBuilderA builder for creating an instance ofIotRoboRunnerAsyncClient.interfaceIotRoboRunnerClientBuilderA builder for creating an instance ofIotRoboRunnerClient.
-