Uses of Enum
software.amazon.awssdk.services.cloudformation.model.HookInvocationPoint
Packages that use HookInvocationPoint
-
Uses of HookInvocationPoint in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return HookInvocationPointModifier and TypeMethodDescriptionstatic HookInvocationPointUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HookInvocationPointOperationEvent.hookInvocationPoint()The point in the operation lifecycle when the Hook was invoked.final HookInvocationPointStackEvent.hookInvocationPoint()The specific point in the provisioning process where the Hook is invoked.final HookInvocationPointChangeSetHook.invocationPoint()The specific point in the provisioning process where the Hook is invoked.final HookInvocationPointGetHookResultResponse.invocationPoint()The specific point in the provisioning process where the Hook is invoked.final HookInvocationPointHookResultSummary.invocationPoint()The specific point in the provisioning process where the Hook is invoked.static HookInvocationPointReturns 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 HookInvocationPointModifier and TypeMethodDescriptionstatic Set<HookInvocationPoint>HookInvocationPoint.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type HookInvocationPointModifier and TypeMethodDescriptionOperationEvent.Builder.hookInvocationPoint(HookInvocationPoint hookInvocationPoint) The point in the operation lifecycle when the Hook was invoked.StackEvent.Builder.hookInvocationPoint(HookInvocationPoint hookInvocationPoint) The specific point in the provisioning process where the Hook is invoked.ChangeSetHook.Builder.invocationPoint(HookInvocationPoint invocationPoint) The specific point in the provisioning process where the Hook is invoked.GetHookResultResponse.Builder.invocationPoint(HookInvocationPoint invocationPoint) The specific point in the provisioning process where the Hook is invoked.HookResultSummary.Builder.invocationPoint(HookInvocationPoint invocationPoint) The specific point in the provisioning process where the Hook is invoked.