Uses of Class
software.amazon.awssdk.services.route53.model.HealthCheck
Packages that use HealthCheck
Package
Description
-
Uses of HealthCheck in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return HealthCheckModifier and TypeMethodDescriptionfinal HealthCheckCreateHealthCheckResponse.healthCheck()A complex type that contains identifying information about the health check.final HealthCheckGetHealthCheckResponse.healthCheck()A complex type that contains information about one health check that is associated with the current Amazon Web Services account.final 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 HealthCheckModifier and TypeMethodDescriptionfinal 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 HealthCheckModifier and TypeMethodDescriptionCreateHealthCheckResponse.Builder.healthCheck(HealthCheck healthCheck) A complex type that contains identifying information about the health check.GetHealthCheckResponse.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.Builder.healthCheck(HealthCheck healthCheck) A complex type that contains the response to anUpdateHealthCheckrequest.ListHealthChecksResponse.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 HealthCheckModifier and TypeMethodDescriptionListHealthChecksResponse.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 HealthCheckModifier and TypeMethodDescriptionfinal SdkIterable<HealthCheck>ListHealthChecksIterable.healthChecks()Returns an iterable to iterate through the paginatedListHealthChecksResponse.healthChecks()member.final SdkPublisher<HealthCheck>ListHealthChecksPublisher.healthChecks()Returns a publisher that can be used to get a stream of data.