Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.SuppressionType
Packages that use SuppressionType
-
Uses of SuppressionType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SuppressionTypeModifier and TypeMethodDescriptionstatic SuppressionTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SuppressionTypeUpdateAnomalyRequest.suppressionType()Use this to specify whether the suppression to be temporary or infinite.static SuppressionTypeReturns the enum constant of this type with the specified name.static SuppressionType[]SuppressionType.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 SuppressionTypeMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SuppressionTypeModifier and TypeMethodDescriptionUpdateAnomalyRequest.Builder.suppressionType(SuppressionType suppressionType) Use this to specify whether the suppression to be temporary or infinite.