| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
PriceWithCurrency |
DomainPrice.changeOwnershipPrice()
The price for changing domain ownership.
|
PriceWithCurrency |
DomainPrice.registrationPrice()
The price for domain registration with Route 53.
|
PriceWithCurrency |
DomainPrice.renewalPrice()
The price for renewing domain registration with Route 53.
|
PriceWithCurrency |
DomainPrice.restorationPrice()
The price for restoring the domain with Route 53.
|
PriceWithCurrency |
DomainPrice.transferPrice()
The price for transferring the domain registration to Route 53.
|
| Modifier and Type | Method and Description |
|---|---|
DomainPrice.Builder |
DomainPrice.Builder.changeOwnershipPrice(PriceWithCurrency changeOwnershipPrice)
The price for changing domain ownership.
|
DomainPrice.Builder |
DomainPrice.Builder.registrationPrice(PriceWithCurrency registrationPrice)
The price for domain registration with Route 53.
|
DomainPrice.Builder |
DomainPrice.Builder.renewalPrice(PriceWithCurrency renewalPrice)
The price for renewing domain registration with Route 53.
|
DomainPrice.Builder |
DomainPrice.Builder.restorationPrice(PriceWithCurrency restorationPrice)
The price for restoring the domain with Route 53.
|
DomainPrice.Builder |
DomainPrice.Builder.transferPrice(PriceWithCurrency transferPrice)
The price for transferring the domain registration to Route 53.
|
Copyright © 2023. All rights reserved.