Uses of Class
software.amazon.awssdk.services.cloudformation.model.ChangeSetHookTargetDetails
-
Packages that use ChangeSetHookTargetDetails Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ChangeSetHookTargetDetails in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ChangeSetHookTargetDetails Modifier and Type Method Description ChangeSetHookTargetDetailsChangeSetHook. targetDetails()Specifies details about the target that the Hook will run against.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeSetHookTargetDetails Modifier and Type Method Description ChangeSetHook.BuilderChangeSetHook.Builder. targetDetails(ChangeSetHookTargetDetails targetDetails)Specifies details about the target that the Hook will run against.
-