| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMetricValuesResponse |
IotClient.listMetricValues(Consumer<ListMetricValuesRequest.Builder> listMetricValuesRequest)
Lists the values reported for an IoT Device Defender metric (device-side metric, cloud-side metric, or custom
metric) by the given thing during the specified time period.
|
default ListMetricValuesResponse |
IotClient.listMetricValues(ListMetricValuesRequest listMetricValuesRequest)
Lists the values reported for an IoT Device Defender metric (device-side metric, cloud-side metric, or custom
metric) by the given thing during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMetricValuesResponse> |
IotAsyncClient.listMetricValues(Consumer<ListMetricValuesRequest.Builder> listMetricValuesRequest)
Lists the values reported for an IoT Device Defender metric (device-side metric, cloud-side metric, or custom
metric) by the given thing during the specified time period.
|
default CompletableFuture<ListMetricValuesResponse> |
IotAsyncClient.listMetricValues(ListMetricValuesRequest listMetricValuesRequest)
Lists the values reported for an IoT Device Defender metric (device-side metric, cloud-side metric, or custom
metric) by the given thing during the specified time period.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMetricValuesResponse> |
ListMetricValuesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMetricValuesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMetricValuesResponse> subscriber) |
Copyright © 2022. All rights reserved.