| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitorConfigState |
MonitorConfigState.fromValue(String value)
Use this in place of valueOf.
|
static MonitorConfigState |
MonitorConfigState.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitorRequest |
UpdateMonitorRequest.withStatus(MonitorConfigState status)
The status for a monitor.
|
GetMonitorResult |
GetMonitorResult.withStatus(MonitorConfigState status)
The status of the monitor.
|
Monitor |
Monitor.withStatus(MonitorConfigState status)
The status of a monitor.
|
UpdateMonitorResult |
UpdateMonitorResult.withStatus(MonitorConfigState status)
The status of a monitor.
|
CreateMonitorResult |
CreateMonitorResult.withStatus(MonitorConfigState status)
The status of a monitor.
|
Copyright © 2023. All rights reserved.