Uses of Enum
software.amazon.awssdk.services.cloudformation.model.DeletionMode
Packages that use DeletionMode
-
Uses of DeletionMode in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeletionModeModifier and TypeMethodDescriptionfinal DeletionModeDeleteStackRequest.deletionMode()Specifies the deletion mode for the stack.final DeletionModeStack.deletionMode()Specifies the deletion mode for the stack.static DeletionModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeletionModeReturns the enum constant of this type with the specified name.static DeletionMode[]DeletionMode.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 DeletionModeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type DeletionModeModifier and TypeMethodDescriptionDeleteStackRequest.Builder.deletionMode(DeletionMode deletionMode) Specifies the deletion mode for the stack.Stack.Builder.deletionMode(DeletionMode deletionMode) Specifies the deletion mode for the stack.