| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static HookInvocationPoint |
HookInvocationPoint.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HookInvocationPoint |
StackEvent.hookInvocationPoint()
Invocation points are points in provisioning logic where hooks are initiated.
|
HookInvocationPoint |
ChangeSetHook.invocationPoint()
Specifies the points in provisioning logic where a hook is invoked.
|
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 |
|---|---|
static Set<HookInvocationPoint> |
HookInvocationPoint.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
StackEvent.Builder |
StackEvent.Builder.hookInvocationPoint(HookInvocationPoint hookInvocationPoint)
Invocation points are points in provisioning logic where hooks are initiated.
|
ChangeSetHook.Builder |
ChangeSetHook.Builder.invocationPoint(HookInvocationPoint invocationPoint)
Specifies the points in provisioning logic where a hook is invoked.
|
Copyright © 2023. All rights reserved.