| 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 |
|---|---|
GetHealthEventResult |
AbstractAmazonInternetMonitor.getHealthEvent(GetHealthEventRequest request) |
GetHealthEventResult |
AmazonInternetMonitor.getHealthEvent(GetHealthEventRequest getHealthEventRequest)
Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
GetHealthEventResult |
AmazonInternetMonitorClient.getHealthEvent(GetHealthEventRequest request)
Gets information the 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 the 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 the 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 the 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.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.
|
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 © 2023. All rights reserved.