Uses of Enum
software.amazon.awssdk.services.cloudformation.model.HookStatus
Packages that use HookStatus
-
Uses of HookStatus in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return HookStatusModifier and TypeMethodDescriptionstatic HookStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HookStatusOperationEvent.hookStatus()The status of the Hook invocation.final HookStatusStackEvent.hookStatus()Provides the status of the change set Hook.final HookStatusGetHookResultResponse.status()The status of the Hook invocation.final HookStatusHookResultSummary.status()The status of the Hook invocation.final HookStatusListHookResultsRequest.status()Filters results by the status of Hook invocations.static HookStatusReturns the enum constant of this type with the specified name.static HookStatus[]HookStatus.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 HookStatusMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type HookStatusModifier and TypeMethodDescriptionOperationEvent.Builder.hookStatus(HookStatus hookStatus) The status of the Hook invocation.StackEvent.Builder.hookStatus(HookStatus hookStatus) Provides the status of the change set Hook.GetHookResultResponse.Builder.status(HookStatus status) The status of the Hook invocation.HookResultSummary.Builder.status(HookStatus status) The status of the Hook invocation.ListHookResultsRequest.Builder.status(HookStatus status) Filters results by the status of Hook invocations.