| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot |
|
| software.amazon.awssdk.services.iot.paginators | |
| software.amazon.awssdk.services.iot.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default ListMetricValuesPublisher |
IotAsyncClient.listMetricValuesPaginator(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.
|
default ListMetricValuesIterable |
IotClient.listMetricValuesPaginator(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.
|
| Constructor and Description |
|---|
ListMetricValuesIterable(IotClient client,
ListMetricValuesRequest firstRequest) |
ListMetricValuesPublisher(IotAsyncClient client,
ListMetricValuesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListMetricValuesRequestMarshaller.marshall(ListMetricValuesRequest listMetricValuesRequest) |
Copyright © 2023. All rights reserved.