| Package | Description | 
|---|---|
| com.amazonaws.services.datapipeline | 
 
 AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. 
 | 
| com.amazonaws.services.datapipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
QueryObjectsResult | 
DataPipelineClient.queryObjects(QueryObjectsRequest request)
 Queries the specified pipeline for the names of objects that match the specified set of conditions. 
 | 
QueryObjectsResult | 
DataPipeline.queryObjects(QueryObjectsRequest queryObjectsRequest)
 Queries the specified pipeline for the names of objects that match the specified set of conditions. 
 | 
QueryObjectsResult | 
AbstractDataPipeline.queryObjects(QueryObjectsRequest request)  | 
Future<QueryObjectsResult> | 
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest request)  | 
Future<QueryObjectsResult> | 
DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest)
 Queries the specified pipeline for the names of objects that match the specified set of conditions. 
 | 
Future<QueryObjectsResult> | 
AbstractDataPipelineAsync.queryObjectsAsync(QueryObjectsRequest request)  | 
Future<QueryObjectsResult> | 
DataPipelineAsyncClient.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> | 
AbstractDataPipelineAsync.queryObjectsAsync(QueryObjectsRequest request,
                 AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
Future<QueryObjectsResult> | 
DataPipelineAsyncClient.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> | 
AbstractDataPipelineAsync.queryObjectsAsync(QueryObjectsRequest request,
                 AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
QueryObjectsRequest | 
QueryObjectsRequest.clone()  | 
QueryObjectsRequest | 
QueryObjectsRequest.withLimit(Integer limit)
 The maximum number of object names that  
QueryObjects will return in a single call. | 
QueryObjectsRequest | 
QueryObjectsRequest.withMarker(String marker)
 The starting point for the results to be returned. 
 | 
QueryObjectsRequest | 
QueryObjectsRequest.withPipelineId(String pipelineId)
 The ID of the pipeline. 
 | 
QueryObjectsRequest | 
QueryObjectsRequest.withQuery(Query query)
 The query that defines the objects to be returned. 
 | 
QueryObjectsRequest | 
QueryObjectsRequest.withSphere(String sphere)
 Indicates whether the query applies to components or instances. 
 | 
Copyright © 2023. All rights reserved.