Uses of Interface
software.amazon.awscdk.services.codepipeline.ActionArtifactBounds
Packages that use ActionArtifactBounds
-
Uses of ActionArtifactBounds in software.amazon.awscdk.services.codepipeline
Classes in software.amazon.awscdk.services.codepipeline that implement ActionArtifactBoundsMethods in software.amazon.awscdk.services.codepipeline that return ActionArtifactBoundsModifier and TypeMethodDescriptionActionArtifactBounds.Builder.build()Builds the configured instance.ActionProperties.getArtifactBounds()final ActionArtifactBoundsActionProperties.Jsii$Proxy.getArtifactBounds()CustomActionRegistrationProps.getArtifactBounds()The artifact bounds of the Action.final ActionArtifactBoundsCustomActionRegistrationProps.Jsii$Proxy.getArtifactBounds()Methods in software.amazon.awscdk.services.codepipeline with parameters of type ActionArtifactBoundsModifier and TypeMethodDescriptionActionProperties.Builder.artifactBounds(ActionArtifactBounds artifactBounds) Sets the value ofActionProperties.getArtifactBounds()CustomActionRegistration.Builder.artifactBounds(ActionArtifactBounds artifactBounds) The artifact bounds of the Action.CustomActionRegistrationProps.Builder.artifactBounds(ActionArtifactBounds artifactBounds) Sets the value ofCustomActionRegistrationProps.getArtifactBounds()