Uses of Class
software.amazon.awssdk.services.internetmonitor.model.LocalHealthEventsConfig
-
Packages that use LocalHealthEventsConfig Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of LocalHealthEventsConfig in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return LocalHealthEventsConfig Modifier and Type Method Description LocalHealthEventsConfigHealthEventsConfig. availabilityLocalHealthEventsConfig()The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local availability issue.LocalHealthEventsConfigHealthEventsConfig. performanceLocalHealthEventsConfig()The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type LocalHealthEventsConfig Modifier and Type Method Description HealthEventsConfig.BuilderHealthEventsConfig.Builder. availabilityLocalHealthEventsConfig(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.BuilderHealthEventsConfig.Builder. performanceLocalHealthEventsConfig(LocalHealthEventsConfig performanceLocalHealthEventsConfig)The configuration that determines the threshold and other conditions for when Internet Monitor creates a health event for a local performance issue.
-