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) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
QueryObjectsResult |
QueryObjectsResult.clone() |
QueryObjectsResult |
QueryObjectsResult.withHasMoreResults(java.lang.Boolean hasMoreResults)
Indicates whether there are more results that can be obtained by a
subsequent call.
|
QueryObjectsResult |
QueryObjectsResult.withIds(java.util.Collection<java.lang.String> ids)
The identifiers that match the query selectors.
|
QueryObjectsResult |
QueryObjectsResult.withIds(java.lang.String... ids)
The identifiers that match the query selectors.
|
QueryObjectsResult |
QueryObjectsResult.withMarker(java.lang.String marker)
The starting point for the next page of results.
|
Modifier and Type | Method and Description |
---|---|
QueryObjectsResult |
QueryObjectsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |