Uses of Class
software.amazon.awssdk.services.internetmonitor.model.MonitorConfigState
-
Packages that use MonitorConfigState Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of MonitorConfigState in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return MonitorConfigState Modifier and Type Method Description static MonitorConfigStateMonitorConfigState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonitorConfigStateCreateMonitorResponse. status()The status of a monitor.MonitorConfigStateGetMonitorResponse. status()The status of the monitor.MonitorConfigStateMonitor. status()The status of a monitor.MonitorConfigStateUpdateMonitorRequest. status()The status for a monitor.MonitorConfigStateUpdateMonitorResponse. status()The status of a monitor.static MonitorConfigStateMonitorConfigState. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitorConfigState[]MonitorConfigState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type MonitorConfigState Modifier and Type Method Description static Set<MonitorConfigState>MonitorConfigState. knownValues()Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type MonitorConfigState Modifier and Type Method Description CreateMonitorResponse.BuilderCreateMonitorResponse.Builder. status(MonitorConfigState status)The status of a monitor.GetMonitorResponse.BuilderGetMonitorResponse.Builder. status(MonitorConfigState status)The status of the monitor.Monitor.BuilderMonitor.Builder. status(MonitorConfigState status)The status of a monitor.UpdateMonitorRequest.BuilderUpdateMonitorRequest.Builder. status(MonitorConfigState status)The status for a monitor.UpdateMonitorResponse.BuilderUpdateMonitorResponse.Builder. status(MonitorConfigState status)The status of a monitor.
-