Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.SuppressionState
Packages that use SuppressionState
-
Uses of SuppressionState in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SuppressionStateModifier and TypeMethodDescriptionstatic SuppressionStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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 SuppressionStateReturns 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 SuppressionStateMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type SuppressionStateModifier and TypeMethodDescriptionListAnomaliesRequest.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.