Uses of Class
com.amazonaws.services.codepipeline.model.InputArtifact
-
Packages that use InputArtifact Package Description com.amazonaws.services.codepipeline.model -
-
Uses of InputArtifact in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return InputArtifact Modifier and Type Method Description InputArtifactInputArtifact. clone()InputArtifactInputArtifact. withName(String name)The name of the artifact to be worked on, for example, "My App".Methods in com.amazonaws.services.codepipeline.model that return types with arguments of type InputArtifact Modifier and Type Method Description List<InputArtifact>ActionDeclaration. getInputArtifacts()The name or ID of the artifact consumed by the action, such as a test or build artifact.Methods in com.amazonaws.services.codepipeline.model with parameters of type InputArtifact Modifier and Type Method Description ActionDeclarationActionDeclaration. withInputArtifacts(InputArtifact... inputArtifacts)The name or ID of the artifact consumed by the action, such as a test or build artifact.Method parameters in com.amazonaws.services.codepipeline.model with type arguments of type InputArtifact Modifier and Type Method Description voidActionDeclaration. setInputArtifacts(Collection<InputArtifact> inputArtifacts)The name or ID of the artifact consumed by the action, such as a test or build artifact.ActionDeclarationActionDeclaration. withInputArtifacts(Collection<InputArtifact> inputArtifacts)The name or ID of the artifact consumed by the action, such as a test or build artifact.
-