| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListPipelinesResponse |
DataPipelineClient.listPipelines()
Lists the pipeline identifiers for all active pipelines that you have permission to access.
|
default ListPipelinesResponse |
DataPipelineClient.listPipelines(Consumer<ListPipelinesRequest.Builder> listPipelinesRequest)
Lists the pipeline identifiers for all active pipelines that you have permission to access.
|
default ListPipelinesResponse |
DataPipelineClient.listPipelines(ListPipelinesRequest listPipelinesRequest)
Lists the pipeline identifiers for all active pipelines that you have permission to access.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPipelinesResponse> |
ListPipelinesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPipelinesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPipelinesResponse> subscriber) |
Copyright © 2022. All rights reserved.