| 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 | |
| software.amazon.awssdk.services.datapipeline.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeObjectsResponse |
DataPipelineClient.describeObjects(DescribeObjectsRequest 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.
|
default DescribeObjectsIterable |
DataPipelineClient.describeObjectsPaginator(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
default DescribeObjectsPublisher |
DataPipelineAsyncClient.describeObjectsPaginator(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
| Constructor and Description |
|---|
DescribeObjectsIterable(DataPipelineClient client,
DescribeObjectsRequest firstRequest) |
DescribeObjectsPublisher(DataPipelineAsyncClient client,
DescribeObjectsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeObjectsRequestMarshaller.marshall(DescribeObjectsRequest describeObjectsRequest) |
Copyright © 2023. All rights reserved.