Uses of Class
software.amazon.awssdk.services.networkmonitor.model.MonitorState
-
Packages that use MonitorState Package Description software.amazon.awssdk.services.networkmonitor.model -
-
Uses of MonitorState in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.model that return MonitorState Modifier and Type Method Description static MonitorStateMonitorState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MonitorStateCreateMonitorResponse. state()The state of the monitor.MonitorStateGetMonitorResponse. state()Lists the status of thestateof each monitor.MonitorStateMonitorSummary. state()The state of the monitor.MonitorStateUpdateMonitorResponse. state()The state of the updated monitor.static MonitorStateMonitorState. valueOf(String name)Returns the enum constant of this type with the specified name.static MonitorState[]MonitorState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.networkmonitor.model that return types with arguments of type MonitorState Modifier and Type Method Description static Set<MonitorState>MonitorState. knownValues()Methods in software.amazon.awssdk.services.networkmonitor.model with parameters of type MonitorState Modifier and Type Method Description CreateMonitorResponse.BuilderCreateMonitorResponse.Builder. state(MonitorState state)The state of the monitor.GetMonitorResponse.BuilderGetMonitorResponse.Builder. state(MonitorState state)Lists the status of thestateof each monitor.MonitorSummary.BuilderMonitorSummary.Builder. state(MonitorState state)The state of the monitor.UpdateMonitorResponse.BuilderUpdateMonitorResponse.Builder. state(MonitorState state)The state of the updated monitor.
-