Uses of Interface
software.amazon.awssdk.services.iot.IotBaseClientBuilder
-
Packages that use IotBaseClientBuilder Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of IotBaseClientBuilder in software.amazon.awssdk.services.iot
Classes in software.amazon.awssdk.services.iot with type parameters of type IotBaseClientBuilder Modifier and Type Interface Description interfaceIotBaseClientBuilder<B extends IotBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT that is supported by bothIotClientBuilderandIotAsyncClientBuilder.Subinterfaces of IotBaseClientBuilder in software.amazon.awssdk.services.iot Modifier and Type Interface Description interfaceIotAsyncClientBuilderA builder for creating an instance ofIotAsyncClient.interfaceIotClientBuilderA builder for creating an instance ofIotClient.
-