Uses of Class
com.amazonaws.services.datapipeline.model.QueryObjectsResult

Packages that use QueryObjectsResult
com.amazonaws.services.datapipeline Synchronous and asynchronous client classes for accessing DataPipeline. 
com.amazonaws.services.datapipeline.model Classes modeling the various types represented by DataPipeline. 
 

Uses of QueryObjectsResult in com.amazonaws.services.datapipeline
 

Methods in com.amazonaws.services.datapipeline that return QueryObjectsResult
 QueryObjectsResult DataPipelineClient.queryObjects(QueryObjectsRequest queryObjectsRequest)
           Queries a pipeline for the names of objects that match a specified set of conditions.
 QueryObjectsResult DataPipeline.queryObjects(QueryObjectsRequest queryObjectsRequest)
           Queries a pipeline for the names of objects that match a specified set of conditions.
 

Methods in com.amazonaws.services.datapipeline that return types with arguments of type QueryObjectsResult
 Future<QueryObjectsResult> DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest)
           Queries a pipeline for the names of objects that match a specified set of conditions.
 Future<QueryObjectsResult> DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest)
           Queries a pipeline for the names of objects that match a specified set of conditions.
 Future<QueryObjectsResult> DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
           Queries a pipeline for the names of objects that match a specified set of conditions.
 Future<QueryObjectsResult> DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
           Queries a pipeline for the names of objects that match a specified set of conditions.
 

Method parameters in com.amazonaws.services.datapipeline with type arguments of type QueryObjectsResult
 Future<QueryObjectsResult> DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
           Queries a pipeline for the names of objects that match a specified set of conditions.
 Future<QueryObjectsResult> DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest, AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)
           Queries a pipeline for the names of objects that match a specified set of conditions.
 

Uses of QueryObjectsResult in com.amazonaws.services.datapipeline.model
 

Methods in com.amazonaws.services.datapipeline.model that return QueryObjectsResult
 QueryObjectsResult QueryObjectsResult.withHasMoreResults(Boolean hasMoreResults)
          If True, there are more results that can be obtained by a subsequent call to QueryObjects.
 QueryObjectsResult QueryObjectsResult.withIds(Collection<String> ids)
          A list of identifiers that match the query selectors.
 QueryObjectsResult QueryObjectsResult.withIds(String... ids)
          A list of identifiers that match the query selectors.
 QueryObjectsResult QueryObjectsResult.withMarker(String marker)
          The starting point for the results to be returned.
 



Copyright © 2016. All rights reserved.