Uses of Interface
software.amazon.awssdk.services.route53.model.GetHostedZoneRequest.Builder
-
Packages that use GetHostedZoneRequest.Builder Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.model -
-
Uses of GetHostedZoneRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetHostedZoneRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static GetHostedZoneRequest.BuilderGetHostedZoneRequest. builder()GetHostedZoneRequest.BuilderGetHostedZoneRequest.Builder. id(String id)The ID of the hosted zone that you want to get information about.GetHostedZoneRequest.BuilderGetHostedZoneRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHostedZoneRequest.BuilderGetHostedZoneRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetHostedZoneRequest.BuilderGetHostedZoneRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetHostedZoneRequest.Builder Modifier and Type Method Description static Class<? extends GetHostedZoneRequest.Builder>GetHostedZoneRequest. serializableBuilderClass()
-