Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.ActionsSuppressedBy
Packages that use ActionsSuppressedBy
-
Uses of ActionsSuppressedBy in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ActionsSuppressedByModifier and TypeMethodDescriptionfinal ActionsSuppressedByCompositeAlarm.actionsSuppressedBy()When the value isALARM, it means that the actions are suppressed because the suppressor alarm is inALARMWhen the value isWaitPeriod, it means that the actions are suppressed because the composite alarm is waiting for the suppressor alarm to go into into theALARMstate.static ActionsSuppressedByUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ActionsSuppressedByReturns the enum constant of this type with the specified name.static ActionsSuppressedBy[]ActionsSuppressedBy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ActionsSuppressedByModifier and TypeMethodDescriptionstatic Set<ActionsSuppressedBy>ActionsSuppressedBy.knownValues()Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type ActionsSuppressedByModifier and TypeMethodDescriptionCompositeAlarm.Builder.actionsSuppressedBy(ActionsSuppressedBy actionsSuppressedBy) When the value isALARM, it means that the actions are suppressed because the suppressor alarm is inALARMWhen the value isWaitPeriod, it means that the actions are suppressed because the composite alarm is waiting for the suppressor alarm to go into into theALARMstate.