| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeSetHook |
ChangeSetHook.clone() |
ChangeSetHook |
ChangeSetHook.withFailureMode(HookFailureMode failureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
ChangeSetHook |
ChangeSetHook.withFailureMode(String failureMode)
Specify the hook failure mode for non-compliant resources in the followings ways.
|
ChangeSetHook |
ChangeSetHook.withInvocationPoint(HookInvocationPoint invocationPoint)
Specifies the points in provisioning logic where a hook is invoked.
|
ChangeSetHook |
ChangeSetHook.withInvocationPoint(String invocationPoint)
Specifies the points in provisioning logic where a hook is invoked.
|
ChangeSetHook |
ChangeSetHook.withTargetDetails(ChangeSetHookTargetDetails targetDetails)
Specifies details about the target that the hook will run against.
|
ChangeSetHook |
ChangeSetHook.withTypeConfigurationVersionId(String typeConfigurationVersionId)
The version ID of the type configuration.
|
ChangeSetHook |
ChangeSetHook.withTypeName(String typeName)
The unique name for your hook.
|
ChangeSetHook |
ChangeSetHook.withTypeVersionId(String typeVersionId)
The version ID of the type specified.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeSetHook> |
DescribeChangeSetHooksResult.getHooks()
List of hook objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeChangeSetHooksResult |
DescribeChangeSetHooksResult.withHooks(ChangeSetHook... hooks)
List of hook objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeChangeSetHooksResult.setHooks(Collection<ChangeSetHook> hooks)
List of hook objects.
|
DescribeChangeSetHooksResult |
DescribeChangeSetHooksResult.withHooks(Collection<ChangeSetHook> hooks)
List of hook objects.
|
Copyright © 2022. All rights reserved.