| 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 |
|---|---|
GetHealthEventResult |
AmazonInternetMonitorClient.getHealthEvent(GetHealthEventRequest request)
Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
GetHealthEventResult |
AbstractAmazonInternetMonitor.getHealthEvent(GetHealthEventRequest request) |
GetHealthEventResult |
AmazonInternetMonitor.getHealthEvent(GetHealthEventRequest getHealthEventRequest)
Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetHealthEventResult> |
AmazonInternetMonitorAsyncClient.getHealthEventAsync(GetHealthEventRequest request) |
Future<GetHealthEventResult> |
AmazonInternetMonitorAsync.getHealthEventAsync(GetHealthEventRequest getHealthEventRequest)
Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
Future<GetHealthEventResult> |
AbstractAmazonInternetMonitorAsync.getHealthEventAsync(GetHealthEventRequest request) |
Future<GetHealthEventResult> |
AmazonInternetMonitorAsyncClient.getHealthEventAsync(GetHealthEventRequest request,
AsyncHandler<GetHealthEventRequest,GetHealthEventResult> asyncHandler) |
Future<GetHealthEventResult> |
AmazonInternetMonitorAsync.getHealthEventAsync(GetHealthEventRequest getHealthEventRequest,
AsyncHandler<GetHealthEventRequest,GetHealthEventResult> asyncHandler)
Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
Future<GetHealthEventResult> |
AbstractAmazonInternetMonitorAsync.getHealthEventAsync(GetHealthEventRequest request,
AsyncHandler<GetHealthEventRequest,GetHealthEventResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetHealthEventResult> |
AmazonInternetMonitorAsyncClient.getHealthEventAsync(GetHealthEventRequest request,
AsyncHandler<GetHealthEventRequest,GetHealthEventResult> asyncHandler) |
Future<GetHealthEventResult> |
AmazonInternetMonitorAsync.getHealthEventAsync(GetHealthEventRequest getHealthEventRequest,
AsyncHandler<GetHealthEventRequest,GetHealthEventResult> asyncHandler)
Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
Future<GetHealthEventResult> |
AbstractAmazonInternetMonitorAsync.getHealthEventAsync(GetHealthEventRequest request,
AsyncHandler<GetHealthEventRequest,GetHealthEventResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetHealthEventResult |
GetHealthEventResult.clone() |
GetHealthEventResult |
GetHealthEventResult.withCreatedAt(Date createdAt)
The time when a health event was created.
|
GetHealthEventResult |
GetHealthEventResult.withEndedAt(Date endedAt)
The time when a health event was resolved.
|
GetHealthEventResult |
GetHealthEventResult.withEventArn(String eventArn)
The Amazon Resource Name (ARN) of the event.
|
GetHealthEventResult |
GetHealthEventResult.withEventId(String eventId)
The internally-generated identifier of a health event.
|
GetHealthEventResult |
GetHealthEventResult.withHealthScoreThreshold(Double healthScoreThreshold)
The threshold percentage for a health score that determines, along with other configuration information, when
Internet Monitor creates a health event when there's an internet issue that affects your application end users.
|
GetHealthEventResult |
GetHealthEventResult.withImpactedLocations(Collection<ImpactedLocation> impactedLocations)
The locations affected by a health event.
|
GetHealthEventResult |
GetHealthEventResult.withImpactedLocations(ImpactedLocation... impactedLocations)
The locations affected by a health event.
|
GetHealthEventResult |
GetHealthEventResult.withImpactType(HealthEventImpactType impactType)
The type of impairment of a specific health event.
|
GetHealthEventResult |
GetHealthEventResult.withImpactType(String impactType)
The type of impairment of a specific health event.
|
GetHealthEventResult |
GetHealthEventResult.withLastUpdatedAt(Date lastUpdatedAt)
The time when a health event was last updated or recalculated.
|
GetHealthEventResult |
GetHealthEventResult.withPercentOfTotalTrafficImpacted(Double percentOfTotalTrafficImpacted)
The impact on total traffic that a health event has, in increased latency or reduced availability.
|
GetHealthEventResult |
GetHealthEventResult.withStartedAt(Date startedAt)
The time when a health event started.
|
GetHealthEventResult |
GetHealthEventResult.withStatus(HealthEventStatus status)
The status of a health event.
|
GetHealthEventResult |
GetHealthEventResult.withStatus(String status)
The status of a health event.
|
Copyright © 2024. All rights reserved.