| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionTypeArtifactDetails |
ActionTypeArtifactDetails.clone() |
ActionTypeArtifactDetails |
ActionTypeDeclaration.getInputArtifactDetails()
Details for the artifacts, such as application files, to be worked on by the action.
|
ActionTypeArtifactDetails |
ActionTypeDeclaration.getOutputArtifactDetails()
Details for the output artifacts, such as a built application, that are the result of the action.
|
ActionTypeArtifactDetails |
ActionTypeArtifactDetails.withMaximumCount(Integer maximumCount)
The maximum number of artifacts that can be used with the actiontype.
|
ActionTypeArtifactDetails |
ActionTypeArtifactDetails.withMinimumCount(Integer minimumCount)
The minimum number of artifacts that can be used with the action type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionTypeDeclaration.setInputArtifactDetails(ActionTypeArtifactDetails inputArtifactDetails)
Details for the artifacts, such as application files, to be worked on by the action.
|
void |
ActionTypeDeclaration.setOutputArtifactDetails(ActionTypeArtifactDetails outputArtifactDetails)
Details for the output artifacts, such as a built application, that are the result of the action.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withInputArtifactDetails(ActionTypeArtifactDetails inputArtifactDetails)
Details for the artifacts, such as application files, to be worked on by the action.
|
ActionTypeDeclaration |
ActionTypeDeclaration.withOutputArtifactDetails(ActionTypeArtifactDetails outputArtifactDetails)
Details for the output artifacts, such as a built application, that are the result of the action.
|
Copyright © 2021. All rights reserved.