Uses of Class
com.amazonaws.services.cloudformation.model.Replacement
-
Packages that use Replacement Package Description com.amazonaws.services.cloudformation.model -
-
Uses of Replacement in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return Replacement Modifier and Type Method Description static Replacement
Replacement. fromValue(String value)
Use this in place of valueOf.static Replacement
Replacement. valueOf(String name)
Returns the enum constant of this type with the specified name.static Replacement[]
Replacement. 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 Replacement Modifier and Type Method Description void
ResourceChange. setReplacement(Replacement replacement)
For theModify
action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.ResourceChange
ResourceChange. withReplacement(Replacement replacement)
For theModify
action, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.
-