| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor |
Amazon CloudWatch Internet Monitor provides visibility into how internet issues impact the performance and
availability between your applications hosted on Amazon Web Services and your end users, reducing the time it takes
for you to diagnose these issues, from days to minutes.
|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
GetMonitorResult |
AbstractAmazonInternetMonitor.getMonitor(GetMonitorRequest request) |
GetMonitorResult |
AmazonInternetMonitor.getMonitor(GetMonitorRequest getMonitorRequest)
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
|
GetMonitorResult |
AmazonInternetMonitorClient.getMonitor(GetMonitorRequest request)
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMonitorResult> |
AmazonInternetMonitorAsyncClient.getMonitorAsync(GetMonitorRequest request) |
Future<GetMonitorResult> |
AmazonInternetMonitorAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest)
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
|
Future<GetMonitorResult> |
AbstractAmazonInternetMonitorAsync.getMonitorAsync(GetMonitorRequest request) |
Future<GetMonitorResult> |
AmazonInternetMonitorAsyncClient.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AmazonInternetMonitorAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
|
Future<GetMonitorResult> |
AbstractAmazonInternetMonitorAsync.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMonitorResult> |
AmazonInternetMonitorAsyncClient.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
Future<GetMonitorResult> |
AmazonInternetMonitorAsync.getMonitorAsync(GetMonitorRequest getMonitorRequest,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
|
Future<GetMonitorResult> |
AbstractAmazonInternetMonitorAsync.getMonitorAsync(GetMonitorRequest request,
AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler) |
| 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.withCreatedAt(Date createdAt)
The time when the monitor was created.
|
GetMonitorResult |
GetMonitorResult.withMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an
ISP) to be monitored for your resources.
|
GetMonitorResult |
GetMonitorResult.withModifiedAt(Date modifiedAt)
The last time that the monitor was modified.
|
GetMonitorResult |
GetMonitorResult.withMonitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
|
GetMonitorResult |
GetMonitorResult.withMonitorName(String monitorName)
The name of the monitor.
|
GetMonitorResult |
GetMonitorResult.withProcessingStatus(MonitorProcessingStatusCode processingStatus)
The health of the data processing for the monitor.
|
GetMonitorResult |
GetMonitorResult.withProcessingStatus(String processingStatus)
The health of the data processing for the monitor.
|
GetMonitorResult |
GetMonitorResult.withProcessingStatusInfo(String processingStatusInfo)
Additional information about the health of the data processing for the monitor.
|
GetMonitorResult |
GetMonitorResult.withResources(Collection<String> resources)
The resources that have been added for the monitor.
|
GetMonitorResult |
GetMonitorResult.withResources(String... resources)
The resources that have been added for the monitor.
|
GetMonitorResult |
GetMonitorResult.withStatus(MonitorConfigState status)
The status of the monitor.
|
GetMonitorResult |
GetMonitorResult.withStatus(String status)
The status of the monitor.
|
GetMonitorResult |
GetMonitorResult.withTags(Map<String,String> tags)
The tags that have been added to monitor.
|
Copyright © 2023. All rights reserved.