| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static MonitorProcessingStatusCode |
MonitorProcessingStatusCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MonitorProcessingStatusCode |
GetMonitorResponse.processingStatus()
The health of the data processing for the monitor.
|
MonitorProcessingStatusCode |
Monitor.processingStatus()
The health of data processing for the monitor.
|
static MonitorProcessingStatusCode |
MonitorProcessingStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitorProcessingStatusCode[] |
MonitorProcessingStatusCode.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<MonitorProcessingStatusCode> |
MonitorProcessingStatusCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetMonitorResponse.Builder |
GetMonitorResponse.Builder.processingStatus(MonitorProcessingStatusCode processingStatus)
The health of the data processing for the monitor.
|
Monitor.Builder |
Monitor.Builder.processingStatus(MonitorProcessingStatusCode processingStatus)
The health of data processing for the monitor.
|
Copyright © 2023. All rights reserved.