Uses of Class
software.amazon.awssdk.services.codepipeline.model.InputArtifact
-
Packages that use InputArtifact Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of InputArtifact in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type InputArtifact Modifier and Type Method Description List<InputArtifact>ActionDeclaration. inputArtifacts()The name or ID of the artifact consumed by the action, such as a test or build artifact.List<InputArtifact>RuleDeclaration. inputArtifacts()The input artifacts fields for the rule, such as specifying an input file for the rule.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type InputArtifact Modifier and Type Method Description ActionDeclaration.BuilderActionDeclaration.Builder. inputArtifacts(InputArtifact... inputArtifacts)The name or ID of the artifact consumed by the action, such as a test or build artifact.RuleDeclaration.BuilderRuleDeclaration.Builder. inputArtifacts(InputArtifact... inputArtifacts)The input artifacts fields for the rule, such as specifying an input file for the rule.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type InputArtifact Modifier and Type Method Description ActionDeclaration.BuilderActionDeclaration.Builder. inputArtifacts(Collection<InputArtifact> inputArtifacts)The name or ID of the artifact consumed by the action, such as a test or build artifact.RuleDeclaration.BuilderRuleDeclaration.Builder. inputArtifacts(Collection<InputArtifact> inputArtifacts)The input artifacts fields for the rule, such as specifying an input file for the rule.
-