Uses of Class
com.amazonaws.services.datapipeline.model.QueryObjectsRequest
-
Packages that use QueryObjectsRequest Package Description com.amazonaws.services.datapipeline com.amazonaws.services.datapipeline.model -
-
Uses of QueryObjectsRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type QueryObjectsRequest Modifier and Type Method Description QueryObjectsResult
AbstractDataPipeline. queryObjects(QueryObjectsRequest request)
QueryObjectsResult
DataPipeline. queryObjects(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.QueryObjectsResult
DataPipelineClient. queryObjects(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.Future<QueryObjectsResult>
AbstractDataPipelineAsync. queryObjectsAsync(QueryObjectsRequest request)
Future<QueryObjectsResult>
AbstractDataPipelineAsync. queryObjectsAsync(QueryObjectsRequest request, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Future<QueryObjectsResult>
DataPipelineAsync. 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, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Queries the specified pipeline for the names of objects that match the specified set of conditions.Future<QueryObjectsResult>
DataPipelineAsyncClient. queryObjectsAsync(QueryObjectsRequest request)
Future<QueryObjectsResult>
DataPipelineAsyncClient. queryObjectsAsync(QueryObjectsRequest request, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
Method parameters in com.amazonaws.services.datapipeline with type arguments of type QueryObjectsRequest Modifier and Type Method Description Future<QueryObjectsResult>
AbstractDataPipelineAsync. queryObjectsAsync(QueryObjectsRequest request, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
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.Future<QueryObjectsResult>
DataPipelineAsyncClient. queryObjectsAsync(QueryObjectsRequest request, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
-
Uses of QueryObjectsRequest in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return QueryObjectsRequest Modifier and Type Method Description QueryObjectsRequest
QueryObjectsRequest. clone()
QueryObjectsRequest
QueryObjectsRequest. withLimit(Integer limit)
The maximum number of object names thatQueryObjects
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.
-