Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Method and Description |
---|---|
QueryObjectsResult |
DataPipelineClient.queryObjects(QueryObjectsRequest queryObjectsRequest)
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) |
java.util.concurrent.Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest request) |
java.util.concurrent.Future<QueryObjectsResult> |
DataPipelineAsync.queryObjectsAsync(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the
specified set of conditions.
|
java.util.concurrent.Future<QueryObjectsResult> |
AbstractDataPipelineAsync.queryObjectsAsync(QueryObjectsRequest request) |
java.util.concurrent.Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest request,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<QueryObjectsResult> |
AbstractDataPipelineAsync.queryObjectsAsync(QueryObjectsRequest request,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<QueryObjectsResult> |
DataPipelineAsyncClient.queryObjectsAsync(QueryObjectsRequest request,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<QueryObjectsResult> |
AbstractDataPipelineAsync.queryObjectsAsync(QueryObjectsRequest request,
AsyncHandler<QueryObjectsRequest,QueryObjectsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
QueryObjectsRequest |
QueryObjectsRequest.clone() |
QueryObjectsRequest |
QueryObjectsRequest.withLimit(java.lang.Integer limit)
The maximum number of object names that
QueryObjects will
return in a single call. |
QueryObjectsRequest |
QueryObjectsRequest.withMarker(java.lang.String marker)
The starting point for the results to be returned.
|
QueryObjectsRequest |
QueryObjectsRequest.withPipelineId(java.lang.String pipelineId)
The ID of the pipeline.
|
QueryObjectsRequest |
QueryObjectsRequest.withQuery(Query query)
The query that defines the objects to be returned.
|
QueryObjectsRequest |
QueryObjectsRequest.withSphere(java.lang.String sphere)
Indicates whether the query applies to components or instances.
|
Modifier and Type | Method and Description |
---|---|
Request<QueryObjectsRequest> |
QueryObjectsRequestMarshaller.marshall(QueryObjectsRequest queryObjectsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<QueryObjectsRequest> |
QueryObjectsRequestMarshaller.marshall(QueryObjectsRequest queryObjectsRequest) |