| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFleetMetricResponse |
IotClient.createFleetMetric(Consumer<CreateFleetMetricRequest.Builder> createFleetMetricRequest)
Creates a fleet metric.
|
default CreateFleetMetricResponse |
IotClient.createFleetMetric(CreateFleetMetricRequest createFleetMetricRequest)
Creates a fleet metric.
|
default GetBucketsAggregationResponse |
IotClient.getBucketsAggregation(Consumer<GetBucketsAggregationRequest.Builder> getBucketsAggregationRequest)
Aggregates on indexed data with search queries pertaining to particular fields.
|
default GetBucketsAggregationResponse |
IotClient.getBucketsAggregation(GetBucketsAggregationRequest getBucketsAggregationRequest)
Aggregates on indexed data with search queries pertaining to particular fields.
|
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.
|
default SearchIndexResponse |
IotClient.searchIndex(Consumer<SearchIndexRequest.Builder> searchIndexRequest)
The query search index.
|
default SearchIndexResponse |
IotClient.searchIndex(SearchIndexRequest searchIndexRequest)
The query search index.
|
default UpdateFleetMetricResponse |
IotClient.updateFleetMetric(Consumer<UpdateFleetMetricRequest.Builder> updateFleetMetricRequest)
Updates the data for a fleet metric.
|
default UpdateFleetMetricResponse |
IotClient.updateFleetMetric(UpdateFleetMetricRequest updateFleetMetricRequest)
Updates the data for a fleet metric.
|
Copyright © 2022. All rights reserved.