Uses of Class
software.amazon.awssdk.services.route53.model.HealthCheckRegion
-
Packages that use HealthCheckRegion Package Description software.amazon.awssdk.services.route53.model -
-
Uses of HealthCheckRegion in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HealthCheckRegion Modifier and Type Method Description static HealthCheckRegionHealthCheckRegion. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HealthCheckRegionHealthCheckObservation. region()The region of the Amazon Route 53 health checker that provided the status inStatusReport.static HealthCheckRegionHealthCheckRegion. valueOf(String name)Returns the enum constant of this type with the specified name.static HealthCheckRegion[]HealthCheckRegion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HealthCheckRegion Modifier and Type Method Description static Set<HealthCheckRegion>HealthCheckRegion. knownValues()List<HealthCheckRegion>HealthCheckConfig. regions()A complex type that contains oneRegionelement for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.List<HealthCheckRegion>UpdateHealthCheckRequest. regions()A complex type that contains oneRegionelement for each region that you want Amazon Route 53 health checkers to check the specified endpoint from.Methods in software.amazon.awssdk.services.route53.model with parameters of type HealthCheckRegion Modifier and Type Method Description HealthCheckObservation.BuilderHealthCheckObservation.Builder. region(HealthCheckRegion region)The region of the Amazon Route 53 health checker that provided the status inStatusReport.HealthCheckConfig.BuilderHealthCheckConfig.Builder. regions(HealthCheckRegion... regions)A complex type that contains oneRegionelement for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.UpdateHealthCheckRequest.BuilderUpdateHealthCheckRequest.Builder. regions(HealthCheckRegion... regions)A complex type that contains oneRegionelement for each region that you want Amazon Route 53 health checkers to check the specified endpoint from.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HealthCheckRegion Modifier and Type Method Description HealthCheckConfig.BuilderHealthCheckConfig.Builder. regions(Collection<HealthCheckRegion> regions)A complex type that contains oneRegionelement for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.UpdateHealthCheckRequest.BuilderUpdateHealthCheckRequest.Builder. regions(Collection<HealthCheckRegion> regions)A complex type that contains oneRegionelement for each region that you want Amazon Route 53 health checkers to check the specified endpoint from.
-