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