Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ListDataIngestionJobsRequest
-
Packages that use ListDataIngestionJobsRequest 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 software.amazon.awssdk.services.lookoutequipment.transform -
-
Uses of ListDataIngestionJobsRequest in software.amazon.awssdk.services.lookoutequipment
Methods in software.amazon.awssdk.services.lookoutequipment with parameters of type ListDataIngestionJobsRequest Modifier and Type Method Description 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.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.default ListDataIngestionJobsPublisherLookoutEquipmentAsyncClient. listDataIngestionJobsPaginator(ListDataIngestionJobsRequest listDataIngestionJobsRequest)default ListDataIngestionJobsIterableLookoutEquipmentClient. listDataIngestionJobsPaginator(ListDataIngestionJobsRequest listDataIngestionJobsRequest) -
Uses of ListDataIngestionJobsRequest in software.amazon.awssdk.services.lookoutequipment.paginators
Constructors in software.amazon.awssdk.services.lookoutequipment.paginators with parameters of type ListDataIngestionJobsRequest Constructor Description ListDataIngestionJobsIterable(LookoutEquipmentClient client, ListDataIngestionJobsRequest firstRequest)ListDataIngestionJobsPublisher(LookoutEquipmentAsyncClient client, ListDataIngestionJobsRequest firstRequest) -
Uses of ListDataIngestionJobsRequest in software.amazon.awssdk.services.lookoutequipment.transform
Methods in software.amazon.awssdk.services.lookoutequipment.transform with parameters of type ListDataIngestionJobsRequest Modifier and Type Method Description SdkHttpFullRequestListDataIngestionJobsRequestMarshaller. marshall(ListDataIngestionJobsRequest listDataIngestionJobsRequest)
-