Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
static HookInvocationPoint |
HookInvocationPoint.fromValue(String value)
Use this in place of valueOf.
|
static HookInvocationPoint |
HookInvocationPoint.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.
|
Modifier and Type | Method and Description |
---|---|
void |
StackEvent.setHookInvocationPoint(HookInvocationPoint hookInvocationPoint)
Invocation points are points in provisioning logic where hooks are initiated.
|
StackEvent |
StackEvent.withHookInvocationPoint(HookInvocationPoint hookInvocationPoint)
Invocation points are points in provisioning logic where hooks are initiated.
|
ChangeSetHook |
ChangeSetHook.withInvocationPoint(HookInvocationPoint invocationPoint)
Specifies the points in provisioning logic where a hook is invoked.
|
Copyright © 2023. All rights reserved.