| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResolvedPipelineVariable> |
PipelineExecution.variables()
A list of pipeline variables used for the pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineExecution.Builder |
PipelineExecution.Builder.variables(ResolvedPipelineVariable... variables)
A list of pipeline variables used for the pipeline execution.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineExecution.Builder |
PipelineExecution.Builder.variables(Collection<ResolvedPipelineVariable> variables)
A list of pipeline variables used for the pipeline execution.
|
Copyright © 2023. All rights reserved.