Uses of Interface
software.amazon.awssdk.services.route53.model.GetHealthCheckStatusRequest.Builder
Packages that use GetHealthCheckStatusRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHealthCheckStatusRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetHealthCheckStatusRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.getHealthCheckStatus(Consumer<GetHealthCheckStatusRequest.Builder> getHealthCheckStatusRequest) Gets status of a specified health check.default GetHealthCheckStatusResponseRoute53Client.getHealthCheckStatus(Consumer<GetHealthCheckStatusRequest.Builder> getHealthCheckStatusRequest) Gets status of a specified health check. -
Uses of GetHealthCheckStatusRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetHealthCheckStatusRequest.BuilderModifier and TypeMethodDescriptionGetHealthCheckStatusRequest.builder()GetHealthCheckStatusRequest.Builder.healthCheckId(String healthCheckId) The ID for the health check that you want the current status for.GetHealthCheckStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetHealthCheckStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetHealthCheckStatusRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetHealthCheckStatusRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetHealthCheckStatusRequest.Builder>GetHealthCheckStatusRequest.serializableBuilderClass()