| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
HealthEventsConfig |
HealthEventsConfig.clone() |
HealthEventsConfig |
UpdateMonitorRequest.getHealthEventsConfig()
The list of health score thresholds.
|
HealthEventsConfig |
GetMonitorResult.getHealthEventsConfig()
The list of health event threshold configurations.
|
HealthEventsConfig |
CreateMonitorRequest.getHealthEventsConfig()
Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor
creates a health event.
|
HealthEventsConfig |
HealthEventsConfig.withAvailabilityLocalHealthEventsConfig(LocalHealthEventsConfig availabilityLocalHealthEventsConfig)
The configuration that determines the threshold and other conditions for when Internet Monitor creates a health
event for a local availability issue.
|
HealthEventsConfig |
HealthEventsConfig.withAvailabilityScoreThreshold(Double availabilityScoreThreshold)
The health event threshold percentage set for availability scores.
|
HealthEventsConfig |
HealthEventsConfig.withPerformanceLocalHealthEventsConfig(LocalHealthEventsConfig performanceLocalHealthEventsConfig)
The configuration that determines the threshold and other conditions for when Internet Monitor creates a health
event for a local performance issue.
|
HealthEventsConfig |
HealthEventsConfig.withPerformanceScoreThreshold(Double performanceScoreThreshold)
The health event threshold percentage set for performance scores.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateMonitorRequest.setHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health score thresholds.
|
void |
GetMonitorResult.setHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event threshold configurations.
|
void |
CreateMonitorRequest.setHealthEventsConfig(HealthEventsConfig healthEventsConfig)
Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor
creates a health event.
|
UpdateMonitorRequest |
UpdateMonitorRequest.withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health score thresholds.
|
GetMonitorResult |
GetMonitorResult.withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event threshold configurations.
|
CreateMonitorRequest |
CreateMonitorRequest.withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor
creates a health event.
|
Copyright © 2024. All rights reserved.