Uses of Enum
com.amazonaws.services.cloudformation.model.Replacement
Packages that use Replacement
-
Uses of Replacement in com.amazonaws.services.cloudformation.model
Subclasses with type arguments of type Replacement in com.amazonaws.services.cloudformation.modelMethods in com.amazonaws.services.cloudformation.model that return ReplacementModifier and TypeMethodDescriptionstatic ReplacementUse this in place of valueOf.static ReplacementReturns 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 ReplacementModifier and TypeMethodDescriptionvoidResourceChange.setReplacement(Replacement replacement) For theModifyaction, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.ResourceChange.withReplacement(Replacement replacement) For theModifyaction, indicates whether AWS CloudFormation will replace the resource by creating a new one and deleting the old one.