Uses of Class
software.amazon.awssdk.services.iot.model.GetStatisticsResponse
-
Packages that use GetStatisticsResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetStatisticsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetStatisticsResponse Modifier and Type Method Description default GetStatisticsResponseIotClient. getStatistics(Consumer<GetStatisticsRequest.Builder> 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.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetStatisticsResponse Modifier and Type Method Description default CompletableFuture<GetStatisticsResponse>IotAsyncClient. getStatistics(Consumer<GetStatisticsRequest.Builder> getStatisticsRequest)Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the specified aggregated field.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.
-