Uses of Enum
software.amazon.awssdk.services.cloudwatch.model.EvaluationState
Packages that use EvaluationState
-
Uses of EvaluationState in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return EvaluationStateModifier and TypeMethodDescriptionfinal EvaluationStateMetricAlarm.evaluationState()If the value of this field isPARTIAL_DATA, it indicates that not all the available data was able to be retrieved due to quota limitations.static EvaluationStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EvaluationStateReturns the enum constant of this type with the specified name.static EvaluationState[]EvaluationState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type EvaluationStateMethods in software.amazon.awssdk.services.cloudwatch.model with parameters of type EvaluationStateModifier and TypeMethodDescriptionMetricAlarm.Builder.evaluationState(EvaluationState evaluationState) If the value of this field isPARTIAL_DATA, it indicates that not all the available data was able to be retrieved due to quota limitations.