Uses of Class
software.amazon.awssdk.services.codepipeline.model.ArtifactDetail
-
Packages that use ArtifactDetail Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ArtifactDetail in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ArtifactDetail Modifier and Type Method Description List<ArtifactDetail>ActionExecutionInput. inputArtifacts()Details of input artifacts of the action that correspond to the action execution.List<ArtifactDetail>RuleExecutionInput. inputArtifacts()Details of input artifacts of the rule that correspond to the rule execution.List<ArtifactDetail>ActionExecutionOutput. outputArtifacts()Details of output artifacts of the action that correspond to the action execution.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ArtifactDetail Modifier and Type Method Description ActionExecutionInput.BuilderActionExecutionInput.Builder. inputArtifacts(ArtifactDetail... inputArtifacts)Details of input artifacts of the action that correspond to the action execution.RuleExecutionInput.BuilderRuleExecutionInput.Builder. inputArtifacts(ArtifactDetail... inputArtifacts)Details of input artifacts of the rule that correspond to the rule execution.ActionExecutionOutput.BuilderActionExecutionOutput.Builder. outputArtifacts(ArtifactDetail... outputArtifacts)Details of output artifacts of the action that correspond to the action execution.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ArtifactDetail Modifier and Type Method Description ActionExecutionInput.BuilderActionExecutionInput.Builder. inputArtifacts(Collection<ArtifactDetail> inputArtifacts)Details of input artifacts of the action that correspond to the action execution.RuleExecutionInput.BuilderRuleExecutionInput.Builder. inputArtifacts(Collection<ArtifactDetail> inputArtifacts)Details of input artifacts of the rule that correspond to the rule execution.ActionExecutionOutput.BuilderActionExecutionOutput.Builder. outputArtifacts(Collection<ArtifactDetail> outputArtifacts)Details of output artifacts of the action that correspond to the action execution.
-