Uses of Class
software.amazon.awssdk.services.osis.model.ListPipelinesResponse
-
Packages that use ListPipelinesResponse Package Description software.amazon.awssdk.services.osis Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines.software.amazon.awssdk.services.osis.paginators -
-
Uses of ListPipelinesResponse in software.amazon.awssdk.services.osis
Methods in software.amazon.awssdk.services.osis that return ListPipelinesResponse Modifier and Type Method Description default ListPipelinesResponseOsisClient. listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.default ListPipelinesResponseOsisClient. listPipelines(ListPipelinesRequest listPipelinesRequest)Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.Methods in software.amazon.awssdk.services.osis that return types with arguments of type ListPipelinesResponse Modifier and Type Method Description default CompletableFuture<ListPipelinesResponse>OsisAsyncClient. listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region.default CompletableFuture<ListPipelinesResponse>OsisAsyncClient. listPipelines(ListPipelinesRequest listPipelinesRequest)Lists all OpenSearch Ingestion pipelines in the current Amazon Web Services account and Region. -
Uses of ListPipelinesResponse in software.amazon.awssdk.services.osis.paginators
Methods in software.amazon.awssdk.services.osis.paginators that return types with arguments of type ListPipelinesResponse Modifier and Type Method Description Iterator<ListPipelinesResponse>ListPipelinesIterable. iterator()Method parameters in software.amazon.awssdk.services.osis.paginators with type arguments of type ListPipelinesResponse Modifier and Type Method Description voidListPipelinesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPipelinesResponse> subscriber)
-