Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.State
-
Packages that use State Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of State in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return State Modifier and Type Method Description static State
State. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.State
Anomaly. state()
Indicates the current state of this anomaly.static State
State. valueOf(String name)
Returns the enum constant of this type with the specified name.static State[]
State. 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 State Modifier and Type Method Description static Set<State>
State. knownValues()
Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type State Modifier and Type Method Description Anomaly.Builder
Anomaly.Builder. state(State state)
Indicates the current state of this anomaly.
-