Package | Description |
---|---|
software.amazon.awssdk.services.iot |
|
Modifier and Type | Method and Description |
---|---|
default GetCardinalityResponse |
IotClient.getCardinality(Consumer<GetCardinalityRequest.Builder> getCardinalityRequest)
Returns the approximate count of unique values that match the query.
|
default GetCardinalityResponse |
IotClient.getCardinality(GetCardinalityRequest getCardinalityRequest)
Returns the approximate count of unique values that match the query.
|
default GetPercentilesResponse |
IotClient.getPercentiles(Consumer<GetPercentilesRequest.Builder> getPercentilesRequest)
Groups the aggregated values that match the query into percentile groupings.
|
default GetPercentilesResponse |
IotClient.getPercentiles(GetPercentilesRequest getPercentilesRequest)
Groups the aggregated values that match the query into percentile groupings.
|
default GetStatisticsResponse |
IotClient.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 GetStatisticsResponse |
IotClient.getStatistics(GetStatisticsRequest getStatisticsRequest)
Returns the count, average, sum, minimum, maximum, sum of squares, variance, and standard deviation for the
specified aggregated field.
|
Copyright © 2020. All rights reserved.