Uses of Enum
software.amazon.awssdk.services.cloudformation.model.RequiresRecreation
Packages that use RequiresRecreation
-
Uses of RequiresRecreation in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RequiresRecreationModifier and TypeMethodDescriptionstatic RequiresRecreationUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RequiresRecreationResourceTargetDefinition.requiresRecreation()If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.static RequiresRecreationReturns the enum constant of this type with the specified name.static RequiresRecreation[]RequiresRecreation.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 RequiresRecreationModifier and TypeMethodDescriptionstatic Set<RequiresRecreation>RequiresRecreation.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type RequiresRecreationModifier and TypeMethodDescriptionResourceTargetDefinition.Builder.requiresRecreation(RequiresRecreation requiresRecreation) If theAttributevalue isProperties, indicates whether a change to this property causes the resource to be recreated.