| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline |
AWS Data Pipeline configures and manages a data-driven workflow called a pipeline.
|
| software.amazon.awssdk.services.datapipeline.paginators |
| Modifier and Type | Method and Description |
|---|---|
default QueryObjectsResponse |
DataPipelineClient.queryObjects(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.
|
default QueryObjectsResponse |
DataPipelineClient.queryObjects(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<QueryObjectsResponse> |
DataPipelineAsyncClient.queryObjects(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.
|
default CompletableFuture<QueryObjectsResponse> |
DataPipelineAsyncClient.queryObjects(QueryObjectsRequest queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<QueryObjectsResponse> |
QueryObjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryObjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super QueryObjectsResponse> subscriber) |
Copyright © 2023. All rights reserved.