Uses of Class
software.amazon.awssdk.services.route53.model.CreateHealthCheckResponse
-
Packages that use CreateHealthCheckResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of CreateHealthCheckResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return CreateHealthCheckResponse Modifier and Type Method Description default CreateHealthCheckResponseRoute53Client. createHealthCheck(Consumer<CreateHealthCheckRequest.Builder> createHealthCheckRequest)Creates a new health check.default CreateHealthCheckResponseRoute53Client. createHealthCheck(CreateHealthCheckRequest createHealthCheckRequest)Creates a new health check.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type CreateHealthCheckResponse Modifier and Type Method Description default CompletableFuture<CreateHealthCheckResponse>Route53AsyncClient. createHealthCheck(Consumer<CreateHealthCheckRequest.Builder> createHealthCheckRequest)Creates a new health check.default CompletableFuture<CreateHealthCheckResponse>Route53AsyncClient. createHealthCheck(CreateHealthCheckRequest createHealthCheckRequest)Creates a new health check.
-