Uses of Class
com.amazonaws.services.cloudformation.model.ChangeAction
-
Packages that use ChangeAction Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ChangeAction in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ChangeAction Modifier and Type Method Description static ChangeActionChangeAction. fromValue(String value)Use this in place of valueOf.static ChangeActionChangeAction. valueOf(String name)Returns 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 ChangeAction Modifier and Type Method Description voidResourceChange. 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).ResourceChangeResourceChange. 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).
-