| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitorConfigState |
MonitorConfigState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MonitorConfigState |
UpdateMonitorRequest.status()
The status for a monitor.
|
MonitorConfigState |
GetMonitorResponse.status()
The status of the monitor.
|
MonitorConfigState |
Monitor.status()
The status of a monitor.
|
MonitorConfigState |
UpdateMonitorResponse.status()
The status of a monitor.
|
MonitorConfigState |
CreateMonitorResponse.status()
The status of a monitor.
|
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 |
|---|---|
static Set<MonitorConfigState> |
MonitorConfigState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitorRequest.Builder |
UpdateMonitorRequest.Builder.status(MonitorConfigState status)
The status for a monitor.
|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.status(MonitorConfigState status)
The status of the monitor.
|
Monitor.Builder |
Monitor.Builder.status(MonitorConfigState status)
The status of a monitor.
|
UpdateMonitorResponse.Builder |
UpdateMonitorResponse.Builder.status(MonitorConfigState status)
The status of a monitor.
|
CreateMonitorResponse.Builder |
CreateMonitorResponse.Builder.status(MonitorConfigState status)
The status of a monitor.
|
Copyright © 2023. All rights reserved.