Uses of Class
com.amazonaws.services.datapipeline.model.QueryObjectsResult
Packages that use QueryObjectsResult
-
Uses of QueryObjectsResult in com.amazonaws.services.datapipeline
Methods in com.amazonaws.services.datapipeline that return QueryObjectsResultModifier 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.Methods in com.amazonaws.services.datapipeline that return types with arguments of type QueryObjectsResultModifier and TypeMethodDescriptionAbstractDataPipelineAsync.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 QueryObjectsResultModifier 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 QueryObjectsResult in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return QueryObjectsResultModifier and TypeMethodDescriptionQueryObjectsResult.clone()
QueryObjectsResult.withHasMoreResults
(Boolean hasMoreResults) Indicates whether there are more results that can be obtained by a subsequent call.The identifiers that match the query selectors.QueryObjectsResult.withIds
(Collection<String> ids) The identifiers that match the query selectors.QueryObjectsResult.withMarker
(String marker) The starting point for the next page of results.