| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor |
Amazon CloudWatch Network Monitor is an Amazon Web Services active network monitoring service that identifies if a
network issues exists within the Amazon Web Services network or your own company network.
|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitorResult |
AbstractAmazonNetworkMonitor.updateMonitor(UpdateMonitorRequest request) |
UpdateMonitorResult |
AmazonNetworkMonitor.updateMonitor(UpdateMonitorRequest updateMonitorRequest)
Updates the
aggregationPeriod for a monitor. |
UpdateMonitorResult |
AmazonNetworkMonitorClient.updateMonitor(UpdateMonitorRequest request)
Updates the
aggregationPeriod for a monitor. |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateMonitorResult> |
AbstractAmazonNetworkMonitorAsync.updateMonitorAsync(UpdateMonitorRequest request,
AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler) |
Future<UpdateMonitorResult> |
AmazonNetworkMonitorAsyncClient.updateMonitorAsync(UpdateMonitorRequest request,
AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler) |
Future<UpdateMonitorResult> |
AmazonNetworkMonitorAsync.updateMonitorAsync(UpdateMonitorRequest updateMonitorRequest,
AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler)
Updates the
aggregationPeriod for a monitor. |
| Modifier and Type | Method and Description |
|---|---|
UpdateMonitorResult |
UpdateMonitorResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateMonitorResult |
UpdateMonitorResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateMonitorResult |
UpdateMonitorResult.clone() |
UpdateMonitorResult |
UpdateMonitorResult.withAggregationPeriod(Long aggregationPeriod)
The changed aggregation period.
|
UpdateMonitorResult |
UpdateMonitorResult.withMonitorArn(String monitorArn)
The ARN of the monitor that was updated.
|
UpdateMonitorResult |
UpdateMonitorResult.withMonitorName(String monitorName)
The name of the monitor that was updated.
|
UpdateMonitorResult |
UpdateMonitorResult.withState(MonitorState state)
The state of the updated monitor.
|
UpdateMonitorResult |
UpdateMonitorResult.withState(String state)
The state of the updated monitor.
|
UpdateMonitorResult |
UpdateMonitorResult.withTags(Map<String,String> tags)
The list of key-value pairs associated with the monitor.
|
Copyright © 2024. All rights reserved.