| Package | Description |
|---|---|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
HealthEventsConfig |
HealthEventsConfig.clone() |
HealthEventsConfig |
UpdateMonitorRequest.getHealthEventsConfig()
The list of health event thresholds.
|
HealthEventsConfig |
GetMonitorResult.getHealthEventsConfig()
The list of health event thresholds.
|
HealthEventsConfig |
CreateMonitorRequest.getHealthEventsConfig()
Defines the health event threshold percentages, for performance score and availability score.
|
HealthEventsConfig |
HealthEventsConfig.withAvailabilityScoreThreshold(Double availabilityScoreThreshold)
The health event threshold percentage set for availability scores.
|
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 event thresholds.
|
void |
GetMonitorResult.setHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event thresholds.
|
void |
CreateMonitorRequest.setHealthEventsConfig(HealthEventsConfig healthEventsConfig)
Defines the health event threshold percentages, for performance score and availability score.
|
UpdateMonitorRequest |
UpdateMonitorRequest.withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event thresholds.
|
GetMonitorResult |
GetMonitorResult.withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
The list of health event thresholds.
|
CreateMonitorRequest |
CreateMonitorRequest.withHealthEventsConfig(HealthEventsConfig healthEventsConfig)
Defines the health event threshold percentages, for performance score and availability score.
|
Copyright © 2023. All rights reserved.