| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ChangeSetHookTargetDetails |
ChangeSetHookTargetDetails.clone() |
ChangeSetHookTargetDetails |
ChangeSetHook.getTargetDetails()
Specifies details about the target that the hook will run against.
|
ChangeSetHookTargetDetails |
ChangeSetHookTargetDetails.withResourceTargetDetails(ChangeSetHookResourceTargetDetails resourceTargetDetails)
Required if
TargetType is RESOURCE. |
ChangeSetHookTargetDetails |
ChangeSetHookTargetDetails.withTargetType(HookTargetType targetType)
The name of the type.
|
ChangeSetHookTargetDetails |
ChangeSetHookTargetDetails.withTargetType(String targetType)
The name of the type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeSetHook.setTargetDetails(ChangeSetHookTargetDetails targetDetails)
Specifies details about the target that the hook will run against.
|
ChangeSetHook |
ChangeSetHook.withTargetDetails(ChangeSetHookTargetDetails targetDetails)
Specifies details about the target that the hook will run against.
|
Copyright © 2024. All rights reserved.