| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline |
AWS Data Pipeline configures and manages a data-driven workflow called a pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
default EvaluateExpressionResponse |
DataPipelineClient.evaluateExpression(Consumer<EvaluateExpressionRequest.Builder> evaluateExpressionRequest)
Task runners call
EvaluateExpression to evaluate a string in the context of the specified object. |
default EvaluateExpressionResponse |
DataPipelineClient.evaluateExpression(EvaluateExpressionRequest evaluateExpressionRequest)
Task runners call
EvaluateExpression to evaluate a string in the context of the specified object. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<EvaluateExpressionResponse> |
DataPipelineAsyncClient.evaluateExpression(Consumer<EvaluateExpressionRequest.Builder> evaluateExpressionRequest)
Task runners call
EvaluateExpression to evaluate a string in the context of the specified object. |
default CompletableFuture<EvaluateExpressionResponse> |
DataPipelineAsyncClient.evaluateExpression(EvaluateExpressionRequest evaluateExpressionRequest)
Task runners call
EvaluateExpression to evaluate a string in the context of the specified object. |
Copyright © 2021. All rights reserved.