| 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 DescribeObjectsResponse |
DataPipelineClient.describeObjects(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
default DescribeObjectsResponse |
DataPipelineClient.describeObjects(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeObjectsResponse> |
DataPipelineAsyncClient.describeObjects(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
default CompletableFuture<DescribeObjectsResponse> |
DataPipelineAsyncClient.describeObjects(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeObjectsResponse> |
DescribeObjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeObjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeObjectsResponse> subscriber) |
Copyright © 2022. All rights reserved.