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