| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateReusableDelegationSetResponse |
Route53Client.createReusableDelegationSet(Consumer<CreateReusableDelegationSetRequest.Builder> createReusableDelegationSetRequest)
Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were
created by the same AWS account.
|
default CreateReusableDelegationSetResponse |
Route53Client.createReusableDelegationSet(CreateReusableDelegationSetRequest createReusableDelegationSetRequest)
Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were
created by the same AWS account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateReusableDelegationSetResponse> |
Route53AsyncClient.createReusableDelegationSet(Consumer<CreateReusableDelegationSetRequest.Builder> createReusableDelegationSetRequest)
Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were
created by the same AWS account.
|
default CompletableFuture<CreateReusableDelegationSetResponse> |
Route53AsyncClient.createReusableDelegationSet(CreateReusableDelegationSetRequest createReusableDelegationSetRequest)
Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were
created by the same AWS account.
|
Copyright © 2020. All rights reserved.