| 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 DescribeObjectsResponse |
DataPipelineClient.describeObjects(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
default CompletableFuture<DescribeObjectsResponse> |
DataPipelineAsyncClient.describeObjects(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
default DescribeObjectsIterable |
DataPipelineClient.describeObjectsPaginator(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
default DescribeObjectsPublisher |
DataPipelineAsyncClient.describeObjectsPaginator(Consumer<DescribeObjectsRequest.Builder> describeObjectsRequest)
Gets the object definitions for a set of objects associated with the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeObjectsRequest.Builder |
DescribeObjectsRequest.builder() |
DescribeObjectsRequest.Builder |
DescribeObjectsRequest.Builder.evaluateExpressions(Boolean evaluateExpressions)
Indicates whether any expressions in the object should be evaluated when the object descriptions are
returned.
|
DescribeObjectsRequest.Builder |
DescribeObjectsRequest.Builder.marker(String marker)
The starting point for the results to be returned.
|
DescribeObjectsRequest.Builder |
DescribeObjectsRequest.Builder.objectIds(Collection<String> objectIds)
The IDs of the pipeline objects that contain the definitions to be described.
|
DescribeObjectsRequest.Builder |
DescribeObjectsRequest.Builder.objectIds(String... objectIds)
The IDs of the pipeline objects that contain the definitions to be described.
|
DescribeObjectsRequest.Builder |
DescribeObjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeObjectsRequest.Builder |
DescribeObjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeObjectsRequest.Builder |
DescribeObjectsRequest.Builder.pipelineId(String pipelineId)
The ID of the pipeline that contains the object definitions.
|
DescribeObjectsRequest.Builder |
DescribeObjectsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeObjectsRequest.Builder> |
DescribeObjectsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.