| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
null
|
| Modifier and Type | Method and Description |
|---|---|
default CreateHostedZoneResponse |
Route53Client.createHostedZone(Consumer<CreateHostedZoneRequest.Builder> createHostedZoneRequest)
Creates a new public or private hosted zone.
|
default CreateHostedZoneResponse |
Route53Client.createHostedZone(CreateHostedZoneRequest createHostedZoneRequest)
Creates a new public or private hosted zone.
|
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.