| Package | Description | 
|---|---|
| com.amazonaws.services.datapipeline | 
 AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. | 
| com.amazonaws.services.datapipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeObjectsResult | DataPipelineClient. describeObjects(DescribeObjectsRequest request)
 Gets the object definitions for a set of objects associated with the pipeline. | 
| DescribeObjectsResult | AbstractDataPipeline. describeObjects(DescribeObjectsRequest request) | 
| DescribeObjectsResult | DataPipeline. describeObjects(DescribeObjectsRequest describeObjectsRequest)
 Gets the object definitions for a set of objects associated with the pipeline. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<DescribeObjectsResult> | AbstractDataPipelineAsync. describeObjectsAsync(DescribeObjectsRequest request,
                    AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler) | 
| Future<DescribeObjectsResult> | DataPipelineAsyncClient. describeObjectsAsync(DescribeObjectsRequest request,
                    AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler) | 
| Future<DescribeObjectsResult> | DataPipelineAsync. describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest,
                    AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
 Gets the object definitions for a set of objects associated with the pipeline. | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeObjectsResult | DescribeObjectsResult. clone() | 
| DescribeObjectsResult | DescribeObjectsResult. withHasMoreResults(Boolean hasMoreResults)
 Indicates whether there are more results to return. | 
| DescribeObjectsResult | DescribeObjectsResult. withMarker(String marker)
 The starting point for the next page of results. | 
| DescribeObjectsResult | DescribeObjectsResult. withPipelineObjects(Collection<PipelineObject> pipelineObjects)
 An array of object definitions. | 
| DescribeObjectsResult | DescribeObjectsResult. withPipelineObjects(PipelineObject... pipelineObjects)
 An array of object definitions. | 
Copyright © 2023. All rights reserved.