Uses of Class
software.amazon.awssdk.services.cloudformation.model.HookInvocationPoint
-
Packages that use HookInvocationPoint Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of HookInvocationPoint in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return HookInvocationPoint Modifier and Type Method Description static HookInvocationPointHookInvocationPoint. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HookInvocationPointStackEvent. hookInvocationPoint()Invocation points are points in provisioning logic where hooks are initiated.HookInvocationPointChangeSetHook. invocationPoint()Specifies the points in provisioning logic where a hook is invoked.HookInvocationPointHookResultSummary. invocationPoint()The exact point in the provisioning logic where the Hook runs.static HookInvocationPointHookInvocationPoint. valueOf(String name)Returns the enum constant of this type with the specified name.static HookInvocationPoint[]HookInvocationPoint. 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 HookInvocationPoint Modifier and Type Method Description static Set<HookInvocationPoint>HookInvocationPoint. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type HookInvocationPoint Modifier and Type Method Description StackEvent.BuilderStackEvent.Builder. hookInvocationPoint(HookInvocationPoint hookInvocationPoint)Invocation points are points in provisioning logic where hooks are initiated.ChangeSetHook.BuilderChangeSetHook.Builder. invocationPoint(HookInvocationPoint invocationPoint)Specifies the points in provisioning logic where a hook is invoked.HookResultSummary.BuilderHookResultSummary.Builder. invocationPoint(HookInvocationPoint invocationPoint)The exact point in the provisioning logic where the Hook runs.
-