| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeArtifactDetails |
ActionTypeDeclaration.inputArtifactDetails()
Details for the artifacts, such as application files, to be worked on by the action.
|
ActionTypeArtifactDetails |
ActionTypeDeclaration.outputArtifactDetails()
Details for the output artifacts, such as a built application, that are the result of the action.
|
| Modifier and Type | Method and Description |
|---|---|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.inputArtifactDetails(ActionTypeArtifactDetails inputArtifactDetails)
Details for the artifacts, such as application files, to be worked on by the action.
|
ActionTypeDeclaration.Builder |
ActionTypeDeclaration.Builder.outputArtifactDetails(ActionTypeArtifactDetails outputArtifactDetails)
Details for the output artifacts, such as a built application, that are the result of the action.
|
Copyright © 2023. All rights reserved.