Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.SuppressionUnit
Packages that use SuppressionUnit
-
Uses of SuppressionUnit in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SuppressionUnitModifier and TypeMethodDescriptionstatic SuppressionUnitUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SuppressionUnitSuppressionPeriod.suppressionUnit()Specifies whether the value ofvalueis in seconds, minutes, or hours.static SuppressionUnitReturns the enum constant of this type with the specified name.static SuppressionUnit[]SuppressionUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SuppressionUnitMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SuppressionUnitModifier and TypeMethodDescriptionSuppressionPeriod.Builder.suppressionUnit(SuppressionUnit suppressionUnit) Specifies whether the value ofvalueis in seconds, minutes, or hours.