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 QueryObjectsResultAbstractDataPipeline. queryObjects(QueryObjectsRequest request)QueryObjectsResultDataPipeline. queryObjects(QueryObjectsRequest queryObjectsRequest)Queries the specified pipeline for the names of objects that match the specified set of conditions.QueryObjectsResultDataPipelineClient. 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 QueryObjectsRequestQueryObjectsRequest. clone()QueryObjectsRequestQueryObjectsRequest. withLimit(Integer limit)The maximum number of object names thatQueryObjectswill return in a single call.QueryObjectsRequestQueryObjectsRequest. withMarker(String marker)The starting point for the results to be returned.QueryObjectsRequestQueryObjectsRequest. withPipelineId(String pipelineId)The ID of the pipeline.QueryObjectsRequestQueryObjectsRequest. withQuery(Query query)The query that defines the objects to be returned.QueryObjectsRequestQueryObjectsRequest. withSphere(String sphere)Indicates whether the query applies to components or instances.
-