Package | Description |
---|---|
com.amazonaws.services.datapipeline | |
com.amazonaws.services.datapipeline.model |
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) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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(Collection<String> ids)
The identifiers that match the query selectors.
|
QueryObjectsResult |
QueryObjectsResult.withIds(String... ids)
The identifiers that match the query selectors.
|
QueryObjectsResult |
QueryObjectsResult.withMarker(String marker)
The starting point for the next page of results.
|
Copyright © 2015. All rights reserved.