Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.IoTThingsGraphBaseClientBuilder
-
Packages that use IoTThingsGraphBaseClientBuilder Package Description software.amazon.awssdk.services.iotthingsgraph AWS IoT Things Graph -
-
Uses of IoTThingsGraphBaseClientBuilder in software.amazon.awssdk.services.iotthingsgraph
Classes in software.amazon.awssdk.services.iotthingsgraph with type parameters of type IoTThingsGraphBaseClientBuilder Modifier and Type Interface Description interfaceIoTThingsGraphBaseClientBuilder<B extends IoTThingsGraphBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT Things Graph that is supported by bothIoTThingsGraphClientBuilderandIoTThingsGraphAsyncClientBuilder.Subinterfaces of IoTThingsGraphBaseClientBuilder in software.amazon.awssdk.services.iotthingsgraph Modifier and Type Interface Description interfaceIoTThingsGraphAsyncClientBuilderA builder for creating an instance ofIoTThingsGraphAsyncClient.interfaceIoTThingsGraphClientBuilderA builder for creating an instance ofIoTThingsGraphClient.
-