Uses of Class
com.amazonaws.services.route53.model.HealthCheck
Packages that use HealthCheck
-
Uses of HealthCheck in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return HealthCheckModifier and TypeMethodDescriptionHealthCheck.clone()CreateHealthCheckResult.getHealthCheck()A complex type that contains identifying information about the health check.GetHealthCheckResult.getHealthCheck()A complex type that contains the information about the specified health check.UpdateHealthCheckResult.getHealthCheck()HealthCheck.withCallerReference(String callerReference) A unique string that identifies the request to create the health check.HealthCheck.withCloudWatchAlarmConfiguration(CloudWatchAlarmConfiguration cloudWatchAlarmConfiguration) For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.HealthCheck.withHealthCheckConfig(HealthCheckConfig healthCheckConfig) A complex type that contains the health check configuration.HealthCheck.withHealthCheckVersion(Long healthCheckVersion) The version of the health check.The ID of the specified health check.Methods in com.amazonaws.services.route53.model that return types with arguments of type HealthCheckModifier and TypeMethodDescriptionListHealthChecksResult.getHealthChecks()A complex type that contains information about the health checks associated with the current AWS account.Methods in com.amazonaws.services.route53.model with parameters of type HealthCheckModifier and TypeMethodDescriptionvoidCreateHealthCheckResult.setHealthCheck(HealthCheck healthCheck) A complex type that contains identifying information about the health check.voidGetHealthCheckResult.setHealthCheck(HealthCheck healthCheck) A complex type that contains the information about the specified health check.voidUpdateHealthCheckResult.setHealthCheck(HealthCheck healthCheck) CreateHealthCheckResult.withHealthCheck(HealthCheck healthCheck) A complex type that contains identifying information about the health check.GetHealthCheckResult.withHealthCheck(HealthCheck healthCheck) A complex type that contains the information about the specified health check.UpdateHealthCheckResult.withHealthCheck(HealthCheck healthCheck) ListHealthChecksResult.withHealthChecks(HealthCheck... healthChecks) A complex type that contains information about the health checks associated with the current AWS account.Method parameters in com.amazonaws.services.route53.model with type arguments of type HealthCheckModifier and TypeMethodDescriptionvoidListHealthChecksResult.setHealthChecks(Collection<HealthCheck> healthChecks) A complex type that contains information about the health checks associated with the current AWS account.ListHealthChecksResult.withHealthChecks(Collection<HealthCheck> healthChecks) A complex type that contains information about the health checks associated with the current AWS account.