Uses of Class
software.amazon.awssdk.services.codepipeline.model.OutputArtifact
-
Packages that use OutputArtifact Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of OutputArtifact in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type OutputArtifact Modifier and Type Method Description List<OutputArtifact>ActionDeclaration. outputArtifacts()The name or ID of the result of the action declaration, such as a test or build artifact.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type OutputArtifact Modifier and Type Method Description ActionDeclaration.BuilderActionDeclaration.Builder. outputArtifacts(OutputArtifact... outputArtifacts)The name or ID of the result of the action declaration, such as a test or build artifact.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type OutputArtifact Modifier and Type Method Description ActionDeclaration.BuilderActionDeclaration.Builder. outputArtifacts(Collection<OutputArtifact> outputArtifacts)The name or ID of the result of the action declaration, such as a test or build artifact.
-