| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<OutputArtifact> |
ActionDeclaration.outputArtifacts()
The name or ID of the result of the action declaration, such as a test or build artifact.
|
| Modifier and Type | Method and Description |
|---|---|
ActionDeclaration.Builder |
ActionDeclaration.Builder.outputArtifacts(OutputArtifact... outputArtifacts)
The name or ID of the result of the action declaration, such as a test or build artifact.
|
| Modifier and Type | Method and Description |
|---|---|
ActionDeclaration.Builder |
ActionDeclaration.Builder.outputArtifacts(Collection<OutputArtifact> outputArtifacts)
The name or ID of the result of the action declaration, such as a test or build artifact.
|
Copyright © 2023. All rights reserved.