Uses of Class
software.amazon.awssdk.services.iot.model.GetStatisticsRequest
-
Packages that use GetStatisticsRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of GetStatisticsRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type GetStatisticsRequest Modifier and Type Method Description default CompletableFuture<GetStatisticsResponse>IotAsyncClient. getStatistics(GetStatisticsRequest getStatisticsRequest)Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the specified aggregated field.default GetStatisticsResponseIotClient. getStatistics(GetStatisticsRequest getStatisticsRequest)Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the specified aggregated field. -
Uses of GetStatisticsRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type GetStatisticsRequest Modifier and Type Method Description SdkHttpFullRequestGetStatisticsRequestMarshaller. marshall(GetStatisticsRequest getStatisticsRequest)
-