Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ListSensorStatisticsResponse
-
Packages that use ListSensorStatisticsResponse 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 -
-
Uses of ListSensorStatisticsResponse in software.amazon.awssdk.services.lookoutequipment
Methods in software.amazon.awssdk.services.lookoutequipment that return ListSensorStatisticsResponse Modifier and Type Method Description default ListSensorStatisticsResponseLookoutEquipmentClient. 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 ListSensorStatisticsResponseLookoutEquipmentClient. listSensorStatistics(ListSensorStatisticsRequest listSensorStatisticsRequest)Lists statistics about the data collected for each of the sensors that have been successfully ingested in the particular dataset.Methods in software.amazon.awssdk.services.lookoutequipment that return types with arguments of type ListSensorStatisticsResponse Modifier and Type Method 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. -
Uses of ListSensorStatisticsResponse in software.amazon.awssdk.services.lookoutequipment.paginators
Methods in software.amazon.awssdk.services.lookoutequipment.paginators that return types with arguments of type ListSensorStatisticsResponse Modifier and Type Method Description Iterator<ListSensorStatisticsResponse>ListSensorStatisticsIterable. iterator()Method parameters in software.amazon.awssdk.services.lookoutequipment.paginators with type arguments of type ListSensorStatisticsResponse Modifier and Type Method Description voidListSensorStatisticsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSensorStatisticsResponse> subscriber)
-