| 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 |
|---|---|
CreateMonitorResult |
AmazonNetworkMonitorClient.createMonitor(CreateMonitorRequest request)
Creates a monitor between a source subnet and destination IP address.
|
CreateMonitorResult |
AmazonNetworkMonitor.createMonitor(CreateMonitorRequest createMonitorRequest)
Creates a monitor between a source subnet and destination IP address.
|
CreateMonitorResult |
AbstractAmazonNetworkMonitor.createMonitor(CreateMonitorRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateMonitorResult> |
AmazonNetworkMonitorAsyncClient.createMonitorAsync(CreateMonitorRequest request,
AsyncHandler<CreateMonitorRequest,CreateMonitorResult> asyncHandler) |
Future<CreateMonitorResult> |
AmazonNetworkMonitorAsync.createMonitorAsync(CreateMonitorRequest createMonitorRequest,
AsyncHandler<CreateMonitorRequest,CreateMonitorResult> asyncHandler)
Creates a monitor between a source subnet and destination IP address.
|
Future<CreateMonitorResult> |
AbstractAmazonNetworkMonitorAsync.createMonitorAsync(CreateMonitorRequest request,
AsyncHandler<CreateMonitorRequest,CreateMonitorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMonitorResult |
CreateMonitorResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateMonitorResult |
CreateMonitorResult.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateMonitorResult |
CreateMonitorResult.clone() |
CreateMonitorResult |
CreateMonitorResult.withAggregationPeriod(Long aggregationPeriod)
The number of seconds that metrics are aggregated by and sent to Amazon CloudWatch.
|
CreateMonitorResult |
CreateMonitorResult.withMonitorArn(String monitorArn)
The ARN of the monitor.
|
CreateMonitorResult |
CreateMonitorResult.withMonitorName(String monitorName)
The name of the monitor.
|
CreateMonitorResult |
CreateMonitorResult.withState(MonitorState state)
The state of the monitor.
|
CreateMonitorResult |
CreateMonitorResult.withState(String state)
The state of the monitor.
|
CreateMonitorResult |
CreateMonitorResult.withTags(Map<String,String> tags)
The list of key-value pairs assigned to the monitor.
|
Copyright © 2024. All rights reserved.