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