| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactDetail> |
ActionExecutionInput.inputArtifacts()
Details of input artifacts of the action that correspond to the action execution.
|
List<ArtifactDetail> |
ActionExecutionOutput.outputArtifacts()
Details of output artifacts of the action that correspond to the action execution.
|
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.inputArtifacts(ArtifactDetail... inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputArtifacts(ArtifactDetail... outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.inputArtifacts(Collection<ArtifactDetail> inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
|
ActionExecutionOutput.Builder |
ActionExecutionOutput.Builder.outputArtifacts(Collection<ArtifactDetail> outputArtifacts)
Details of output artifacts of the action that correspond to the action execution.
|
Copyright © 2023. All rights reserved.