Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionTypeArtifactDetails
-
Packages that use ActionTypeArtifactDetails Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeArtifactDetails in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeArtifactDetails Modifier and Type Method Description ActionTypeArtifactDetailsActionTypeDeclaration. inputArtifactDetails()Details for the artifacts, such as application files, to be worked on by the action.ActionTypeArtifactDetailsActionTypeDeclaration. outputArtifactDetails()Details for the output artifacts, such as a built application, that are the result of the action.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionTypeArtifactDetails Modifier and Type Method Description ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. inputArtifactDetails(ActionTypeArtifactDetails inputArtifactDetails)Details for the artifacts, such as application files, to be worked on by the action.ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. outputArtifactDetails(ActionTypeArtifactDetails outputArtifactDetails)Details for the output artifacts, such as a built application, that are the result of the action.
-