Uses of Interface
software.amazon.awssdk.services.iotfleethub.IoTFleetHubBaseClientBuilder
-
Packages that use IoTFleetHubBaseClientBuilder Package Description software.amazon.awssdk.services.iotfleethub With Fleet Hub for IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets. -
-
Uses of IoTFleetHubBaseClientBuilder in software.amazon.awssdk.services.iotfleethub
Classes in software.amazon.awssdk.services.iotfleethub with type parameters of type IoTFleetHubBaseClientBuilder Modifier and Type Interface Description interfaceIoTFleetHubBaseClientBuilder<B extends IoTFleetHubBaseClientBuilder<B,C>,C>This includes configuration specific to AWS IoT Fleet Hub that is supported by bothIoTFleetHubClientBuilderandIoTFleetHubAsyncClientBuilder.Subinterfaces of IoTFleetHubBaseClientBuilder in software.amazon.awssdk.services.iotfleethub Modifier and Type Interface Description interfaceIoTFleetHubAsyncClientBuilderA builder for creating an instance ofIoTFleetHubAsyncClient.interfaceIoTFleetHubClientBuilderA builder for creating an instance ofIoTFleetHubClient.
-