| 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 |
|---|---|
ListMonitorsResult |
AmazonNetworkMonitorClient.listMonitors(ListMonitorsRequest request)
Returns a list of all of your monitors.
|
ListMonitorsResult |
AmazonNetworkMonitor.listMonitors(ListMonitorsRequest listMonitorsRequest)
Returns a list of all of your monitors.
|
ListMonitorsResult |
AbstractAmazonNetworkMonitor.listMonitors(ListMonitorsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListMonitorsResult> |
AmazonNetworkMonitorAsyncClient.listMonitorsAsync(ListMonitorsRequest request,
AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler) |
Future<ListMonitorsResult> |
AmazonNetworkMonitorAsync.listMonitorsAsync(ListMonitorsRequest listMonitorsRequest,
AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler)
Returns a list of all of your monitors.
|
Future<ListMonitorsResult> |
AbstractAmazonNetworkMonitorAsync.listMonitorsAsync(ListMonitorsRequest request,
AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListMonitorsResult |
ListMonitorsResult.clone() |
ListMonitorsResult |
ListMonitorsResult.withMonitors(Collection<MonitorSummary> monitors)
Lists individual details about each of your monitors.
|
ListMonitorsResult |
ListMonitorsResult.withMonitors(MonitorSummary... monitors)
Lists individual details about each of your monitors.
|
ListMonitorsResult |
ListMonitorsResult.withNextToken(String nextToken)
The token for the next page of results.
|
Copyright © 2024. All rights reserved.