| 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.model |
| 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 QueryObjectsResponse |
DataPipelineClient.queryObjects(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.
|
default QueryObjectsPublisher |
DataPipelineAsyncClient.queryObjectsPaginator(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.
|
default QueryObjectsIterable |
DataPipelineClient.queryObjectsPaginator(Consumer<QueryObjectsRequest.Builder> queryObjectsRequest)
Queries the specified pipeline for the names of objects that match the specified set of conditions.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryObjectsRequest.Builder |
QueryObjectsRequest.builder() |
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.limit(Integer limit)
The maximum number of object names that
QueryObjects will return in a single call. |
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.marker(String marker)
The starting point for the results to be returned.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.pipelineId(String pipelineId)
The ID of the pipeline.
|
default QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.query(Consumer<Query.Builder> query)
The query that defines the objects to be returned.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.query(Query query)
The query that defines the objects to be returned.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.Builder.sphere(String sphere)
Indicates whether the query applies to components or instances.
|
QueryObjectsRequest.Builder |
QueryObjectsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends QueryObjectsRequest.Builder> |
QueryObjectsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.