| 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.
|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
GetMonitorResult |
AmazonInternetMonitorClient.getMonitor(GetMonitorRequest request)
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
|
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.
|
| 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.withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event threshold configurations.
|
GetMonitorResult |
GetMonitorResult.withInternetMeasurementsLogDelivery(InternetMeasurementsLogDelivery internetMeasurementsLogDelivery)
Publish internet measurements for Internet Monitor to another location, such as an Amazon S3 bucket.
|
GetMonitorResult |
GetMonitorResult.withMaxCityNetworksToMonitor(Integer maxCityNetworksToMonitor)
The maximum number of city-networks to monitor 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 monitored by the monitor.
|
GetMonitorResult |
GetMonitorResult.withResources(String... resources)
The resources monitored by 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.
|
GetMonitorResult |
GetMonitorResult.withTrafficPercentageToMonitor(Integer trafficPercentageToMonitor)
The percentage of the internet-facing traffic for your application to monitor with this monitor.
|
Copyright © 2024. All rights reserved.