Uses of Class
com.amazonaws.services.datapipeline.model.QueryObjectsRequest
Packages that use QueryObjectsRequest
-
Uses of QueryObjectsRequest in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline with parameters of type QueryObjectsRequestModifier and TypeMethodDescriptionAbstractDataPipeline.queryObjects
(QueryObjectsRequest request) DataPipeline.queryObjects
(QueryObjectsRequest queryObjectsRequest) Queries the specified pipeline for the names of objects that match the specified set of conditions.DataPipelineClient.queryObjects
(QueryObjectsRequest queryObjectsRequest) Queries the specified pipeline for the names of objects that match the specified set of conditions.AbstractDataPipelineAsync.queryObjectsAsync
(QueryObjectsRequest request) AbstractDataPipelineAsync.queryObjectsAsync
(QueryObjectsRequest request, AsyncHandler<QueryObjectsRequest, QueryObjectsResult> asyncHandler) DataPipelineAsync.queryObjectsAsync
(QueryObjectsRequest queryObjectsRequest) Queries the specified pipeline for the names of objects that match the specified set of conditions.DataPipelineAsync.queryObjectsAsync
(QueryObjectsRequest queryObjectsRequest, AsyncHandler<QueryObjectsRequest, QueryObjectsResult> asyncHandler) Queries the specified pipeline for the names of objects that match the specified set of conditions.DataPipelineAsyncClient.queryObjectsAsync
(QueryObjectsRequest request) DataPipelineAsyncClient.queryObjectsAsync
(QueryObjectsRequest request, AsyncHandler<QueryObjectsRequest, QueryObjectsResult> asyncHandler) Method parameters in com.amazonaws.services.datapipeline with type arguments of type QueryObjectsRequestModifier and TypeMethodDescriptionAbstractDataPipelineAsync.queryObjectsAsync
(QueryObjectsRequest request, AsyncHandler<QueryObjectsRequest, QueryObjectsResult> asyncHandler) DataPipelineAsync.queryObjectsAsync
(QueryObjectsRequest queryObjectsRequest, AsyncHandler<QueryObjectsRequest, QueryObjectsResult> asyncHandler) Queries the specified pipeline for the names of objects that match the specified set of conditions.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 QueryObjectsRequestModifier and TypeMethodDescriptionQueryObjectsRequest.clone()
The maximum number of object names thatQueryObjects
will return in a single call.QueryObjectsRequest.withMarker
(String marker) The starting point for the results to be returned.QueryObjectsRequest.withPipelineId
(String pipelineId) The ID of the pipeline.The query that defines the objects to be returned.QueryObjectsRequest.withSphere
(String sphere) Indicates whether the query applies to components or instances.