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.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.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.
-