| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains |
Amazon Route 53 API actions let you register domain names and perform related operations.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateDomainNameserversResponse |
Route53DomainsClient.updateDomainNameservers(Consumer<UpdateDomainNameserversRequest.Builder> updateDomainNameserversRequest)
This operation replaces the current set of name servers for the domain with the specified set of name servers.
|
default UpdateDomainNameserversResponse |
Route53DomainsClient.updateDomainNameservers(UpdateDomainNameserversRequest updateDomainNameserversRequest)
This operation replaces the current set of name servers for the domain with the specified set of name servers.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateDomainNameserversResponse> |
Route53DomainsAsyncClient.updateDomainNameservers(Consumer<UpdateDomainNameserversRequest.Builder> updateDomainNameserversRequest)
This operation replaces the current set of name servers for the domain with the specified set of name servers.
|
default CompletableFuture<UpdateDomainNameserversResponse> |
Route53DomainsAsyncClient.updateDomainNameservers(UpdateDomainNameserversRequest updateDomainNameserversRequest)
This operation replaces the current set of name servers for the domain with the specified set of name servers.
|
Copyright © 2023. All rights reserved.