| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
HookFailureMode |
ChangeSetHook.failureMode()
Specify the hook failure mode for non-compliant resources in the followings ways.
|
static HookFailureMode |
HookFailureMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HookFailureMode |
StackEvent.hookFailureMode()
Specify the hook failure mode for non-compliant resources in the followings ways.
|
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 |
|---|---|
static Set<HookFailureMode> |
HookFailureMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ChangeSetHook.Builder |
ChangeSetHook.Builder.failureMode(HookFailureMode failureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
StackEvent.Builder |
StackEvent.Builder.hookFailureMode(HookFailureMode hookFailureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
Copyright © 2023. All rights reserved.