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 the specified pipeline for the names of objects that match
the specified set of conditions.
|
QueryObjectsResult |
DataPipeline.queryObjects(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match
the specified set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match
the specified set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match
the specified set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries the specified pipeline for the names of objects that match
the specified set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries the specified pipeline for the names of objects that match
the specified set of conditions.
|
Modifier and Type | Method and Description |
---|---|
Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries the specified pipeline for the names of objects that match
the specified set of conditions.
|
Future<QueryObjectsResult> |
DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries the specified pipeline for the names of objects that match
the specified set of conditions.
|
Modifier and Type | Method and Description |
---|---|
QueryObjectsRequest |
QueryObjectsRequest.clone() |
QueryObjectsRequest |
QueryObjectsRequest.withLimit(Integer limit)
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)
The ID of the pipeline.
|
QueryObjectsRequest |
QueryObjectsRequest.withQuery(Query query)
The query that defines the objects to be returned.
|
QueryObjectsRequest |
QueryObjectsRequest.withSphere(String sphere)
Indicates whether the query applies to components or instances.
|
Copyright © 2015. All rights reserved.