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)
Returns the object definitions for a set of objects associated with
the pipeline.
|
DescribeObjectsResult |
DataPipeline.describeObjects(DescribeObjectsRequest describeObjectsRequest)
Returns the object definitions for a set of objects associated with
the pipeline.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeObjectsResult> |
DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest)
Returns the object definitions for a set of objects associated with
the pipeline.
|
Future<DescribeObjectsResult> |
DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest)
Returns the object definitions for a set of objects associated with
the pipeline.
|
Future<DescribeObjectsResult> |
DataPipelineAsyncClient.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
Returns the object definitions for a set of objects associated with
the pipeline.
|
Future<DescribeObjectsResult> |
DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
Returns 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)
Returns the object definitions for a set of objects associated with
the pipeline.
|
Future<DescribeObjectsResult> |
DataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest describeObjectsRequest,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler)
Returns the object definitions for a set of objects associated with
the pipeline.
|
Modifier and Type | Method and Description |
---|---|
DescribeObjectsResult |
DescribeObjectsResult.withHasMoreResults(Boolean hasMoreResults)
If
True , there are more pages of 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 that are returned by the call to
DescribeObjects.
|
DescribeObjectsResult |
DescribeObjectsResult.withPipelineObjects(PipelineObject... pipelineObjects)
An array of object definitions that are returned by the call to
DescribeObjects.
|
Copyright © 2014. All rights reserved.