Uses of Interface
software.amazon.awssdk.services.route53.model.GetHostedZoneRequest.Builder
Packages that use GetHostedZoneRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHostedZoneRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetHostedZoneRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetHostedZoneResponse>Route53AsyncClient.getHostedZone(Consumer<GetHostedZoneRequest.Builder> getHostedZoneRequest) Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.default GetHostedZoneResponseRoute53Client.getHostedZone(Consumer<GetHostedZoneRequest.Builder> getHostedZoneRequest) Gets information about a specified hosted zone including the four name servers assigned to the hosted zone. -
Uses of GetHostedZoneRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetHostedZoneRequest.BuilderModifier and TypeMethodDescriptionstatic GetHostedZoneRequest.BuilderGetHostedZoneRequest.builder()The ID of the hosted zone that you want to get information about.GetHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetHostedZoneRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetHostedZoneRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetHostedZoneRequest.Builder>GetHostedZoneRequest.serializableBuilderClass()