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 |
---|---|
QueryObjectsResult |
DataPipelineClient.queryObjects(QueryObjectsRequest queryObjectsRequest)
Queries a pipeline for the names of objects that match a specified
set of conditions.
|
QueryObjectsResult |
DataPipeline.queryObjects(QueryObjectsRequest queryObjectsRequest)
Queries a pipeline for the names of objects that match a specified
set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest)
Queries a pipeline for the names of objects that match a specified
set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest)
Queries a pipeline for the names of objects that match a specified
set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries a pipeline for the names of objects that match a specified
set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries a pipeline for the names of objects that match a specified
set of conditions.
|
Modifier and Type | Method and Description |
---|---|
Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries a pipeline for the names of objects that match a specified
set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries a pipeline for the names of objects that match a specified
set of conditions.
|
Modifier and Type | Method and Description |
---|---|
QueryObjectsRequest |
QueryObjectsRequest.withLimit(Integer limit)
Specifies the maximum number of object names that QueryObjects
will return in a single call.
|
QueryObjectsRequest |
QueryObjectsRequest.withMarker(String marker)
The starting point for the results to be returned.
|
QueryObjectsRequest |
QueryObjectsRequest.withPipelineId(String pipelineId)
Identifier of the pipeline to be queried for object names.
|
QueryObjectsRequest |
QueryObjectsRequest.withQuery(Query query)
Query that defines the objects to be returned.
|
QueryObjectsRequest |
QueryObjectsRequest.withSphere(String sphere)
Specifies whether the query applies to components or instances.
|
Copyright © 2014. All rights reserved.