|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeObjectsResult | |
---|---|
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. |
Uses of DescribeObjectsResult in com.amazonaws.services.datapipeline |
---|
Methods in com.amazonaws.services.datapipeline that return DescribeObjectsResult | |
---|---|
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. |
Methods in com.amazonaws.services.datapipeline that return types with arguments of type DescribeObjectsResult | |
---|---|
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. |
Method parameters in com.amazonaws.services.datapipeline with type arguments of type DescribeObjectsResult | |
---|---|
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. |
Uses of DescribeObjectsResult in com.amazonaws.services.datapipeline.model |
---|
Methods in com.amazonaws.services.datapipeline.model that return DescribeObjectsResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |