| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitorState |
MonitorState.fromValue(String value)
Use this in place of valueOf.
|
static MonitorState |
MonitorState.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.
|
| Modifier and Type | Method and Description |
|---|---|
MonitorSummary |
MonitorSummary.withState(MonitorState state)
The state of the monitor.
|
UpdateMonitorResult |
UpdateMonitorResult.withState(MonitorState state)
The state of the updated monitor.
|
GetMonitorResult |
GetMonitorResult.withState(MonitorState state)
Lists the status of the
state of each monitor. |
CreateMonitorResult |
CreateMonitorResult.withState(MonitorState state)
The state of the monitor.
|
Copyright © 2025. All rights reserved.