Uses of Class
software.amazon.awssdk.services.rum.model.StateEnum
-
Packages that use StateEnum Package Description software.amazon.awssdk.services.rum.model -
-
Uses of StateEnum in software.amazon.awssdk.services.rum.model
Methods in software.amazon.awssdk.services.rum.model that return StateEnum Modifier and Type Method Description static StateEnumStateEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StateEnumAppMonitor. state()The current state of the app monitor.StateEnumAppMonitorSummary. state()The current state of this app monitor.static StateEnumStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static StateEnum[]StateEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rum.model that return types with arguments of type StateEnum Modifier and Type Method Description static Set<StateEnum>StateEnum. knownValues()Methods in software.amazon.awssdk.services.rum.model with parameters of type StateEnum Modifier and Type Method Description AppMonitor.BuilderAppMonitor.Builder. state(StateEnum state)The current state of the app monitor.AppMonitorSummary.BuilderAppMonitorSummary.Builder. state(StateEnum state)The current state of this app monitor.
-