Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All rights reserved.