Uses of Enum Class
com.cloudforge.core.local.CloudFormationTemplateDiff.Action
Packages that use CloudFormationTemplateDiff.Action
Package
Description
Cross-module contracts for post-synthesis local CloudFormation deployment and emulator lifecycle.
-
Uses of CloudFormationTemplateDiff.Action in com.cloudforge.core.local
Subclasses with type arguments of type CloudFormationTemplateDiff.Action in com.cloudforge.core.localMethods in com.cloudforge.core.local that return CloudFormationTemplateDiff.ActionModifier and TypeMethodDescriptionCloudFormationTemplateDiff.ResourceChange.action()Returns the value of theactionrecord component.Returns the enum constant of this class with the specified name.static CloudFormationTemplateDiff.Action[]CloudFormationTemplateDiff.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.cloudforge.core.local with parameters of type CloudFormationTemplateDiff.ActionModifierConstructorDescriptionResourceChange(CloudFormationTemplateDiff.Action action, String logicalId, String resourceType) Creates an instance of aResourceChangerecord class.