Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model |
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.
|
DescribeObjectsResult |
AbstractDataPipeline.describeObjects(DescribeObjectsRequest request) |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<DescribeObjectsResult> |
AbstractDataPipelineAsync.describeObjectsAsync(DescribeObjectsRequest request,
AsyncHandler<DescribeObjectsRequest,DescribeObjectsResult> asyncHandler) |
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.