Uses of Interface
software.amazon.awssdk.services.iotdataplane.IotDataPlaneBaseClientBuilder
-
Packages that use IotDataPlaneBaseClientBuilder Package Description software.amazon.awssdk.services.iotdataplane IoT data -
-
Uses of IotDataPlaneBaseClientBuilder in software.amazon.awssdk.services.iotdataplane
Classes in software.amazon.awssdk.services.iotdataplane with type parameters of type IotDataPlaneBaseClientBuilder Modifier and Type Interface Description interfaceIotDataPlaneBaseClientBuilder<B extends IotDataPlaneBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT Data Plane that is supported by bothIotDataPlaneClientBuilderandIotDataPlaneAsyncClientBuilder.Subinterfaces of IotDataPlaneBaseClientBuilder in software.amazon.awssdk.services.iotdataplane Modifier and Type Interface Description interfaceIotDataPlaneAsyncClientBuilderA builder for creating an instance ofIotDataPlaneAsyncClient.interfaceIotDataPlaneClientBuilderA builder for creating an instance ofIotDataPlaneClient.
-