Uses of Class
software.amazon.awssdk.services.route53.model.CreateHostedZoneRequest
-
Packages that use CreateHostedZoneRequest 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.transform -
-
Uses of CreateHostedZoneRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type CreateHostedZoneRequest Modifier and Type Method Description default CompletableFuture<CreateHostedZoneResponse>Route53AsyncClient. createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)Creates a new public or private hosted zone.default CreateHostedZoneResponseRoute53Client. createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)Creates a new public or private hosted zone. -
Uses of CreateHostedZoneRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type CreateHostedZoneRequest Modifier and Type Method Description SdkHttpFullRequestCreateHostedZoneRequestMarshaller. marshall(CreateHostedZoneRequest createHostedZoneRequest)
-