| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
MonitorSummary |
MonitorSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
MonitorSummary |
MonitorSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
MonitorSummary |
MonitorSummary.clone() |
MonitorSummary |
MonitorSummary.withAggregationPeriod(Long aggregationPeriod)
The time, in seconds, that metrics are collected and sent to Amazon CloudWatch.
|
MonitorSummary |
MonitorSummary.withMonitorArn(String monitorArn)
The ARN of the monitor.
|
MonitorSummary |
MonitorSummary.withMonitorName(String monitorName)
The name of the monitor.
|
MonitorSummary |
MonitorSummary.withState(MonitorState state)
The state of the monitor.
|
MonitorSummary |
MonitorSummary.withState(String state)
The state of the monitor.
|
MonitorSummary |
MonitorSummary.withTags(Map<String,String> tags)
The list of key-value pairs assigned to the monitor.
|
| Modifier and Type | Method and Description |
|---|---|
List<MonitorSummary> |
ListMonitorsResult.getMonitors()
Lists individual details about each of your monitors.
|
| Modifier and Type | Method and Description |
|---|---|
ListMonitorsResult |
ListMonitorsResult.withMonitors(MonitorSummary... monitors)
Lists individual details about each of your monitors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitorsResult.setMonitors(Collection<MonitorSummary> monitors)
Lists individual details about each of your monitors.
|
ListMonitorsResult |
ListMonitorsResult.withMonitors(Collection<MonitorSummary> monitors)
Lists individual details about each of your monitors.
|
Copyright © 2023. All rights reserved.