Uses of Class
software.amazon.awssdk.services.route53.model.CreateHostedZoneResponse
-
Packages that use CreateHostedZoneResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of CreateHostedZoneResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return CreateHostedZoneResponse Modifier and Type Method Description default CreateHostedZoneResponseRoute53Client. createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest)Creates a new public or private hosted zone.default CreateHostedZoneResponseRoute53Client. createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)Creates a new public or private hosted zone.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type CreateHostedZoneResponse Modifier and Type Method Description default CompletableFuture<CreateHostedZoneResponse>Route53AsyncClient. createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest)Creates a new public or private hosted zone.default CompletableFuture<CreateHostedZoneResponse>Route53AsyncClient. createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)Creates a new public or private hosted zone.
-