Uses of Class
software.amazon.awssdk.services.osis.paginators.ListPipelinesIterable
-
Packages that use ListPipelinesIterable Package Description software.amazon.awssdk.services.osis Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. -
-
Uses of ListPipelinesIterable in software.amazon.awssdk.services.osis
Methods in software.amazon.awssdk.services.osis that return ListPipelinesIterable Modifier and Type Method Description default ListPipelinesIterableOsisClient. listPipelinesPaginator(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.default ListPipelinesIterableOsisClient. listPipelinesPaginator(ListPipelinesRequest listPipelinesRequest)Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.
-