Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SuppressionType
-
Packages that use SuppressionType Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of SuppressionType in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SuppressionType Modifier and Type Method Description static SuppressionTypeSuppressionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SuppressionTypeUpdateAnomalyRequest. suppressionType()Use this to specify whether the suppression to be temporary or infinite.static SuppressionTypeSuppressionType. valueOf(String name)Returns 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 SuppressionType Modifier and Type Method Description static Set<SuppressionType>SuppressionType. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SuppressionType Modifier and Type Method Description UpdateAnomalyRequest.BuilderUpdateAnomalyRequest.Builder. suppressionType(SuppressionType suppressionType)Use this to specify whether the suppression to be temporary or infinite.
-