Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsResponse
-
Packages that use ListDataIngestionJobsResponse 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 ListDataIngestionJobsResponse in software.amazon.awssdk.services.lookoutequipment
Methods in software.amazon.awssdk.services.lookoutequipment that return ListDataIngestionJobsResponse Modifier and Type Method Description default ListDataIngestionJobsResponseLookoutEquipmentClient. listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.default ListDataIngestionJobsResponseLookoutEquipmentClient. listDataIngestionJobs(ListDataIngestionJobsRequest listDataIngestionJobsRequest)Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.Methods in software.amazon.awssdk.services.lookoutequipment that return types with arguments of type ListDataIngestionJobsResponse Modifier and Type Method Description default CompletableFuture<ListDataIngestionJobsResponse>LookoutEquipmentAsyncClient. listDataIngestionJobs(Consumer<ListDataIngestionJobsRequest.Builder> listDataIngestionJobsRequest)Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on.default CompletableFuture<ListDataIngestionJobsResponse>LookoutEquipmentAsyncClient. listDataIngestionJobs(ListDataIngestionJobsRequest listDataIngestionJobsRequest)Provides a list of all data ingestion jobs, including dataset name and ARN, S3 location of the input data, status, and so on. -
Uses of ListDataIngestionJobsResponse in software.amazon.awssdk.services.lookoutequipment.paginators
Methods in software.amazon.awssdk.services.lookoutequipment.paginators that return types with arguments of type ListDataIngestionJobsResponse Modifier and Type Method Description Iterator<ListDataIngestionJobsResponse>ListDataIngestionJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.lookoutequipment.paginators with type arguments of type ListDataIngestionJobsResponse Modifier and Type Method Description voidListDataIngestionJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataIngestionJobsResponse> subscriber)
-