Package | Description |
---|---|
com.amazonaws.services.datapipeline |
Synchronous and asynchronous client classes for accessing DataPipeline.
|
com.amazonaws.services.datapipeline.model |
Classes modeling the various types represented by DataPipeline.
|
Modifier and Type | Method and Description |
---|---|
DescribeObjectsResult |
DataPipelineClient.describeObjects(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the
pipeline.
|
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> |
DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the
pipeline.
|
Future<DescribeObjectsResult> |
DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest)
Gets the object definitions for a set of objects associated with the
pipeline.
|
Future<DescribeObjectsResult> |
DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
Gets the object definitions for a set of objects associated with the
pipeline.
|
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 |
---|---|
Future<DescribeObjectsResult> |
DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
Gets the object definitions for a set of objects associated with the
pipeline.
|
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 © 2015. All rights reserved.