Uses of Class
software.amazon.awssdk.services.iot.model.GetThingConnectivityDataResponse
-
Packages that use GetThingConnectivityDataResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetThingConnectivityDataResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetThingConnectivityDataResponse Modifier and Type Method Description default GetThingConnectivityDataResponseIotClient. getThingConnectivityData(Consumer<GetThingConnectivityDataRequest.Builder> getThingConnectivityDataRequest)Retrieves the live connectivity status per device.default GetThingConnectivityDataResponseIotClient. getThingConnectivityData(GetThingConnectivityDataRequest getThingConnectivityDataRequest)Retrieves the live connectivity status per device.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetThingConnectivityDataResponse Modifier and Type Method Description default CompletableFuture<GetThingConnectivityDataResponse>IotAsyncClient. getThingConnectivityData(Consumer<GetThingConnectivityDataRequest.Builder> getThingConnectivityDataRequest)Retrieves the live connectivity status per device.default CompletableFuture<GetThingConnectivityDataResponse>IotAsyncClient. getThingConnectivityData(GetThingConnectivityDataRequest getThingConnectivityDataRequest)Retrieves the live connectivity status per device.
-