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 QueryObjectsResult
AbstractDataPipeline. queryObjects(QueryObjectsRequest request)
QueryObjectsResult
DataPipeline. queryObjects(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.QueryObjectsResult
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 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 QueryObjectsResult
QueryObjectsResult. clone()
QueryObjectsResult
QueryObjectsResult. withHasMoreResults(Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a subsequent call.QueryObjectsResult
QueryObjectsResult. withIds(String... ids)
The identifiers that match the query selectors.QueryObjectsResult
QueryObjectsResult. withIds(Collection<String> ids)
The identifiers that match the query selectors.QueryObjectsResult
QueryObjectsResult. withMarker(String marker)
The starting point for the next page of results.
-