Uses of Class
software.amazon.awssdk.services.iot.paginators.ListMetricValuesIterable
-
Packages that use ListMetricValuesIterable Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of ListMetricValuesIterable in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListMetricValuesIterable Modifier and Type Method Description default ListMetricValuesIterableIotClient. listMetricValuesPaginator(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 ListMetricValuesIterableIotClient. 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.
-