Uses of Interface
software.amazon.awssdk.services.iottwinmaker.IoTTwinMakerBaseClientBuilder
-
Packages that use IoTTwinMakerBaseClientBuilder Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems. -
-
Uses of IoTTwinMakerBaseClientBuilder in software.amazon.awssdk.services.iottwinmaker
Classes in software.amazon.awssdk.services.iottwinmaker with type parameters of type IoTTwinMakerBaseClientBuilder Modifier and Type Interface Description interfaceIoTTwinMakerBaseClientBuilder<B extends IoTTwinMakerBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT TwinMaker that is supported by bothIoTTwinMakerClientBuilderandIoTTwinMakerAsyncClientBuilder.Subinterfaces of IoTTwinMakerBaseClientBuilder in software.amazon.awssdk.services.iottwinmaker Modifier and Type Interface Description interfaceIoTTwinMakerAsyncClientBuilderA builder for creating an instance ofIoTTwinMakerAsyncClient.interfaceIoTTwinMakerClientBuilderA builder for creating an instance ofIoTTwinMakerClient.
-