Uses of Class
software.amazon.awssdk.services.internetmonitor.model.HealthEventsConfig
-
Packages that use HealthEventsConfig Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of HealthEventsConfig in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return HealthEventsConfig Modifier and Type Method Description HealthEventsConfigCreateMonitorRequest. healthEventsConfig()Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event.HealthEventsConfigGetMonitorResponse. healthEventsConfig()The list of health event threshold configurations.HealthEventsConfigUpdateMonitorRequest. healthEventsConfig()The list of health score thresholds.Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type HealthEventsConfig Modifier and Type Method Description CreateMonitorRequest.BuilderCreateMonitorRequest.Builder. healthEventsConfig(HealthEventsConfig healthEventsConfig)Defines the threshold percentages and other configuration information for when Amazon CloudWatch Internet Monitor creates a health event.GetMonitorResponse.BuilderGetMonitorResponse.Builder. healthEventsConfig(HealthEventsConfig healthEventsConfig)The list of health event threshold configurations.UpdateMonitorRequest.BuilderUpdateMonitorRequest.Builder. healthEventsConfig(HealthEventsConfig healthEventsConfig)The list of health score thresholds.
-