| 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 |
|---|---|
UpdateMonitorResult |
UpdateMonitorResult.withState(MonitorState state)
The state of the updated monitor.
|
CreateMonitorResult |
CreateMonitorResult.withState(MonitorState state)
The state of the monitor.
|
MonitorSummary |
MonitorSummary.withState(MonitorState state)
The state of the monitor.
|
GetMonitorResult |
GetMonitorResult.withState(MonitorState state)
Returns a list of the state of each monitor.
|
Copyright © 2023. All rights reserved.