Uses of Class
software.amazon.awssdk.services.datapipeline.model.ListPipelinesResponse
-
Packages that use ListPipelinesResponse Package Description software.amazon.awssdk.services.datapipeline AWS Data Pipeline configures and manages a data-driven workflow called a pipeline.software.amazon.awssdk.services.datapipeline.paginators -
-
Uses of ListPipelinesResponse in software.amazon.awssdk.services.datapipeline
Methods in software.amazon.awssdk.services.datapipeline that return ListPipelinesResponse Modifier and Type Method Description default ListPipelinesResponseDataPipelineClient. listPipelines()Lists the pipeline identifiers for all active pipelines that you have permission to access.default ListPipelinesResponseDataPipelineClient. listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)Lists the pipeline identifiers for all active pipelines that you have permission to access.default ListPipelinesResponseDataPipelineClient. listPipelines(ListPipelinesRequest listPipelinesRequest)Lists the pipeline identifiers for all active pipelines that you have permission to access.Methods in software.amazon.awssdk.services.datapipeline that return types with arguments of type ListPipelinesResponse Modifier and Type Method Description default CompletableFuture<ListPipelinesResponse>DataPipelineAsyncClient. listPipelines()Lists the pipeline identifiers for all active pipelines that you have permission to access.default CompletableFuture<ListPipelinesResponse>DataPipelineAsyncClient. listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)Lists the pipeline identifiers for all active pipelines that you have permission to access.default CompletableFuture<ListPipelinesResponse>DataPipelineAsyncClient. listPipelines(ListPipelinesRequest listPipelinesRequest)Lists the pipeline identifiers for all active pipelines that you have permission to access. -
Uses of ListPipelinesResponse in software.amazon.awssdk.services.datapipeline.paginators
Methods in software.amazon.awssdk.services.datapipeline.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.datapipeline.paginators with type arguments of type ListPipelinesResponse Modifier and Type Method Description voidListPipelinesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPipelinesResponse> subscriber)
-