Uses of Enum
software.amazon.awssdk.services.cloudformation.model.HookTargetType
Packages that use HookTargetType
-
Uses of HookTargetType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return HookTargetTypeModifier and TypeMethodDescriptionstatic HookTargetTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HookTargetTypeChangeSetHookTargetDetails.targetType()The Hook target type.final HookTargetTypeHookTarget.targetType()The target type.static HookTargetTypeReturns the enum constant of this type with the specified name.static HookTargetType[]HookTargetType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type HookTargetTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type HookTargetTypeModifier and TypeMethodDescriptionChangeSetHookTargetDetails.Builder.targetType(HookTargetType targetType) The Hook target type.HookTarget.Builder.targetType(HookTargetType targetType) The target type.