Uses of Class
software.amazon.awssdk.services.cloudformation.model.HookFailureMode
-
Packages that use HookFailureMode Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of HookFailureMode in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return HookFailureMode Modifier and Type Method Description HookFailureModeChangeSetHook. failureMode()Specify the hook failure mode for non-compliant resources in the followings ways.static HookFailureModeHookFailureMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HookFailureModeStackEvent. hookFailureMode()Specify the hook failure mode for non-compliant resources in the followings ways.static HookFailureModeHookFailureMode. 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.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type HookFailureMode Modifier and Type Method Description static Set<HookFailureMode>HookFailureMode. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type HookFailureMode Modifier and Type Method Description ChangeSetHook.BuilderChangeSetHook.Builder. failureMode(HookFailureMode failureMode)Specify the hook failure mode for non-compliant resources in the followings ways.StackEvent.BuilderStackEvent.Builder. hookFailureMode(HookFailureMode hookFailureMode)Specify the hook failure mode for non-compliant resources in the followings ways.
-