| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static DeletionMode |
DeletionMode.fromValue(String value)
Use this in place of valueOf.
|
static DeletionMode |
DeletionMode.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Stack.setDeletionMode(DeletionMode deletionMode)
Specifies the deletion mode for the stack.
|
DeleteStackRequest |
DeleteStackRequest.withDeletionMode(DeletionMode deletionMode)
Specifies the deletion mode for the stack.
|
Stack |
Stack.withDeletionMode(DeletionMode deletionMode)
Specifies the deletion mode for the stack.
|
Copyright © 2024. All rights reserved.