Uses of Enum
software.amazon.awssdk.services.cloudformation.model.Replacement
Packages that use Replacement
-
Uses of Replacement in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ReplacementModifier and TypeMethodDescriptionstatic ReplacementUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ReplacementResourceChange.replacement()For theModifyaction, indicates whether CloudFormation will replace the resource by creating a new one and deleting the old one.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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ReplacementMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type ReplacementModifier and TypeMethodDescriptionResourceChange.Builder.replacement(Replacement replacement) For theModifyaction, indicates whether CloudFormation will replace the resource by creating a new one and deleting the old one.