| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
Monitor |
Monitor.clone() |
Monitor |
Monitor.withMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
|
Monitor |
Monitor.withMonitorName(String monitorName)
The name of the monitor.
|
Monitor |
Monitor.withProcessingStatus(MonitorProcessingStatusCode processingStatus)
The health of data processing for the monitor.
|
Monitor |
Monitor.withProcessingStatus(String processingStatus)
The health of data processing for the monitor.
|
Monitor |
Monitor.withStatus(MonitorConfigState status)
The status of a monitor.
|
Monitor |
Monitor.withStatus(String status)
The status of a monitor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Monitor> |
ListMonitorsResult.getMonitors()
A list of monitors.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitorsResult |
ListMonitorsResult.withMonitors(Monitor... monitors)
A list of monitors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitorsResult.setMonitors(Collection<Monitor> monitors)
A list of monitors.
|
ListMonitorsResult |
ListMonitorsResult.withMonitors(Collection<Monitor> monitors)
A list of monitors.
|
Copyright © 2023. All rights reserved.