Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.SuppressionState
-
Packages that use SuppressionState Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of SuppressionState in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SuppressionState Modifier and Type Method Description static SuppressionStateSuppressionState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SuppressionStateListAnomaliesRequest. suppressionState()You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.static SuppressionStateSuppressionState. valueOf(String name)Returns the enum constant of this type with the specified name.static SuppressionState[]SuppressionState. 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 SuppressionState Modifier and Type Method Description static Set<SuppressionState>SuppressionState. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SuppressionState Modifier and Type Method Description ListAnomaliesRequest.BuilderListAnomaliesRequest.Builder. suppressionState(SuppressionState suppressionState)You can specify this parameter if you want to the operation to return only anomalies that are currently either suppressed or unsuppressed.
-