Uses of Class
software.amazon.awssdk.services.route53.model.HealthCheck
-
Packages that use HealthCheck Package Description software.amazon.awssdk.services.route53.model software.amazon.awssdk.services.route53.paginators -
-
Uses of HealthCheck in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HealthCheck Modifier and Type Method Description HealthCheckCreateHealthCheckResponse. healthCheck()A complex type that contains identifying information about the health check.HealthCheckGetHealthCheckResponse. healthCheck()A complex type that contains information about one health check that is associated with the current Amazon Web Services account.HealthCheckUpdateHealthCheckResponse. healthCheck()A complex type that contains the response to anUpdateHealthCheckrequest.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type HealthCheck Modifier and Type Method Description List<HealthCheck>ListHealthChecksResponse. healthChecks()A complex type that contains oneHealthCheckelement for each health check that is associated with the current Amazon Web Services account.Methods in software.amazon.awssdk.services.route53.model with parameters of type HealthCheck Modifier and Type Method Description CreateHealthCheckResponse.BuilderCreateHealthCheckResponse.Builder. healthCheck(HealthCheck healthCheck)A complex type that contains identifying information about the health check.GetHealthCheckResponse.BuilderGetHealthCheckResponse.Builder. healthCheck(HealthCheck healthCheck)A complex type that contains information about one health check that is associated with the current Amazon Web Services account.UpdateHealthCheckResponse.BuilderUpdateHealthCheckResponse.Builder. healthCheck(HealthCheck healthCheck)A complex type that contains the response to anUpdateHealthCheckrequest.ListHealthChecksResponse.BuilderListHealthChecksResponse.Builder. healthChecks(HealthCheck... healthChecks)A complex type that contains oneHealthCheckelement for each health check that is associated with the current Amazon Web Services account.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type HealthCheck Modifier and Type Method Description ListHealthChecksResponse.BuilderListHealthChecksResponse.Builder. healthChecks(Collection<HealthCheck> healthChecks)A complex type that contains oneHealthCheckelement for each health check that is associated with the current Amazon Web Services account. -
Uses of HealthCheck in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type HealthCheck Modifier and Type Method Description SdkIterable<HealthCheck>ListHealthChecksIterable. healthChecks()Returns an iterable to iterate through the paginatedListHealthChecksResponse.healthChecks()member.SdkPublisher<HealthCheck>ListHealthChecksPublisher. healthChecks()Returns a publisher that can be used to get a stream of data.
-