Uses of Enum
software.amazon.awssdk.services.route53.model.HealthCheckRegion
Packages that use HealthCheckRegion
-
Uses of HealthCheckRegion in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HealthCheckRegionModifier and TypeMethodDescriptionstatic HealthCheckRegionUse this in place of valueOf to convert the raw string returned by the service into the enum value.final HealthCheckRegionHealthCheckObservation.region()The region of the Amazon Route 53 health checker that provided the status inStatusReport.static HealthCheckRegionReturns 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 HealthCheckRegionModifier and TypeMethodDescriptionstatic Set<HealthCheckRegion>HealthCheckRegion.knownValues()final 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.final 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 HealthCheckRegionModifier and TypeMethodDescriptionHealthCheckObservation.Builder.region(HealthCheckRegion region) The region of the Amazon Route 53 health checker that provided the status inStatusReport.HealthCheckConfig.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.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 HealthCheckRegionModifier and TypeMethodDescriptionHealthCheckConfig.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.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.