Uses of Enum
com.amazonaws.services.route53.model.HealthCheckRegion
Packages that use HealthCheckRegion
-
Uses of HealthCheckRegion in com.amazonaws.services.route53.model
Subclasses with type arguments of type HealthCheckRegion in com.amazonaws.services.route53.modelModifier and TypeClassDescriptionenumAn Amazon EC2 region that you want Amazon Route 53 to use to perform health checks.Methods in com.amazonaws.services.route53.model that return HealthCheckRegionModifier and TypeMethodDescriptionstatic HealthCheckRegionUse this in place of valueOf.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 com.amazonaws.services.route53.model with parameters of type HealthCheckRegionModifier and TypeMethodDescriptionvoidHealthCheckObservation.setRegion(HealthCheckRegion region) TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.HealthCheckObservation.withRegion(HealthCheckRegion region) TheHealthCheckRegionof the Amazon Route 53 health checker that performed this health check.HealthCheckConfig.withRegions(HealthCheckRegion... regions) A list ofHealthCheckRegionvalues that you want Amazon Route 53 to use to perform health checks for the specified endpoint.UpdateHealthCheckRequest.withRegions(HealthCheckRegion... regions) A list ofHealthCheckRegionvalues that specify the Amazon EC2 regions that you want Amazon Route 53 to use to perform health checks.