| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static HookFailureMode |
HookFailureMode.fromValue(String value)
Use this in place of valueOf.
|
static HookFailureMode |
HookFailureMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HookFailureMode[] |
HookFailureMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackEvent.setHookFailureMode(HookFailureMode hookFailureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
ChangeSetHook |
ChangeSetHook.withFailureMode(HookFailureMode failureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
StackEvent |
StackEvent.withHookFailureMode(HookFailureMode hookFailureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
Copyright © 2023. All rights reserved.