Uses of Enum
com.amazonaws.services.cloudformation.model.ChangeAction
Packages that use ChangeAction
-
Uses of ChangeAction in com.amazonaws.services.cloudformation.model
Subclasses with type arguments of type ChangeAction in com.amazonaws.services.cloudformation.modelMethods in com.amazonaws.services.cloudformation.model that return ChangeActionModifier and TypeMethodDescriptionstatic ChangeActionUse this in place of valueOf.static ChangeActionReturns the enum constant of this type with the specified name.static ChangeAction[]ChangeAction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudformation.model with parameters of type ChangeActionModifier and TypeMethodDescriptionvoidResourceChange.setAction(ChangeAction action) The action that AWS CloudFormation takes on the resource, such asAdd(adds a new resource),Modify(changes a resource), orRemove(deletes a resource).ResourceChange.withAction(ChangeAction action) The action that AWS CloudFormation takes on the resource, such asAdd(adds a new resource),Modify(changes a resource), orRemove(deletes a resource).