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