| 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 |
|---|---|
GetMonitorResult |
AmazonNetworkMonitorClient.getMonitor(GetMonitorRequest request)
Returns details about a specific monitor.
|
GetMonitorResult |
AbstractAmazonNetworkMonitor.getMonitor(GetMonitorRequest request) |
GetMonitorResult |
AmazonNetworkMonitor.getMonitor(GetMonitorRequest getMonitorRequest)
Returns details about a specific monitor.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMonitorResult> |
AmazonNetworkMonitorAsyncClient.getMonitorAsync(GetMonitorRequest request) |
Future<GetMonitorResult> |
AbstractAmazonNetworkMonitorAsync.getMonitorAsync(GetMonitorRequest request) |
Future<GetMonitorResult> |
AmazonNetworkMonitorAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest)
Returns details about a specific monitor.
|
Future<GetMonitorResult> |
AmazonNetworkMonitorAsyncClient.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AbstractAmazonNetworkMonitorAsync.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AmazonNetworkMonitorAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
Returns details about a specific monitor.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMonitorResult> |
AmazonNetworkMonitorAsyncClient.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AbstractAmazonNetworkMonitorAsync.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AmazonNetworkMonitorAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
Returns details about a specific monitor.
|
| Modifier and Type | Method and Description |
|---|---|
GetMonitorResult |
GetMonitorResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetMonitorResult |
GetMonitorResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetMonitorResult |
GetMonitorResult.clone() |
GetMonitorResult |
GetMonitorResult.withAggregationPeriod(Long aggregationPeriod)
The aggregation period for the specified monitor.
|
GetMonitorResult |
GetMonitorResult.withCreatedAt(Date createdAt)
The time and date when the monitor was created.
|
GetMonitorResult |
GetMonitorResult.withModifiedAt(Date modifiedAt)
The time and date when the monitor was last modified.
|
GetMonitorResult |
GetMonitorResult.withMonitorArn(String monitorArn)
The ARN of the selected monitor.
|
GetMonitorResult |
GetMonitorResult.withMonitorName(String monitorName)
The name of the monitor.
|
GetMonitorResult |
GetMonitorResult.withProbes(Collection<Probe> probes)
The details about each probe associated with that monitor.
|
GetMonitorResult |
GetMonitorResult.withProbes(Probe... probes)
The details about each probe associated with that monitor.
|
GetMonitorResult |
GetMonitorResult.withState(MonitorState state)
Lists the status of the
state of each monitor. |
GetMonitorResult |
GetMonitorResult.withState(String state)
Lists the status of the
state of each monitor. |
GetMonitorResult |
GetMonitorResult.withTags(Map<String,String> tags)
The list of key-value pairs assigned to the monitor.
|
Copyright © 2024. All rights reserved.