Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SuppressionUnit
-
Packages that use SuppressionUnit Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of SuppressionUnit in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SuppressionUnit Modifier and Type Method Description static SuppressionUnitSuppressionUnit. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SuppressionUnitSuppressionPeriod. suppressionUnit()Specifies whether the value ofvalueis in seconds, minutes, or hours.static SuppressionUnitSuppressionUnit. valueOf(String name)Returns 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 SuppressionUnit Modifier and Type Method Description static Set<SuppressionUnit>SuppressionUnit. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SuppressionUnit Modifier and Type Method Description SuppressionPeriod.BuilderSuppressionPeriod.Builder. suppressionUnit(SuppressionUnit suppressionUnit)Specifies whether the value ofvalueis in seconds, minutes, or hours.
-