| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutequipment |
Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify anomalies in
machines from sensor data for use in predictive maintenance.
|
| software.amazon.awssdk.services.lookoutequipment.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSensorStatisticsResponse |
LookoutEquipmentClient.listSensorStatistics(Consumer<ListSensorStatisticsRequest.Builder> listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the
particular dataset.
|
default ListSensorStatisticsResponse |
LookoutEquipmentClient.listSensorStatistics(ListSensorStatisticsRequest listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the
particular dataset.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSensorStatisticsResponse> |
LookoutEquipmentAsyncClient.listSensorStatistics(Consumer<ListSensorStatisticsRequest.Builder> listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the
particular dataset.
|
default CompletableFuture<ListSensorStatisticsResponse> |
LookoutEquipmentAsyncClient.listSensorStatistics(ListSensorStatisticsRequest listSensorStatisticsRequest)
Lists statistics about the data collected for each of the sensors that have been successfully ingested in the
particular dataset.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSensorStatisticsResponse> |
ListSensorStatisticsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSensorStatisticsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSensorStatisticsResponse> subscriber) |
Copyright © 2022. All rights reserved.