| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
PriceWithCurrency |
PriceWithCurrency.clone() |
PriceWithCurrency |
DomainPrice.getChangeOwnershipPrice()
The price for changing domain ownership.
|
PriceWithCurrency |
DomainPrice.getRegistrationPrice()
The price for domain registration with Route 53.
|
PriceWithCurrency |
DomainPrice.getRenewalPrice()
The price for renewing domain registration with Route 53.
|
PriceWithCurrency |
DomainPrice.getRestorationPrice()
The price for restoring the domain with Route 53.
|
PriceWithCurrency |
DomainPrice.getTransferPrice()
The price for transferring the domain registration to Route 53.
|
PriceWithCurrency |
PriceWithCurrency.withCurrency(String currency)
The currency specifier.
|
PriceWithCurrency |
PriceWithCurrency.withPrice(Double price)
The price of a domain, in a specific currency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainPrice.setChangeOwnershipPrice(PriceWithCurrency changeOwnershipPrice)
The price for changing domain ownership.
|
void |
DomainPrice.setRegistrationPrice(PriceWithCurrency registrationPrice)
The price for domain registration with Route 53.
|
void |
DomainPrice.setRenewalPrice(PriceWithCurrency renewalPrice)
The price for renewing domain registration with Route 53.
|
void |
DomainPrice.setRestorationPrice(PriceWithCurrency restorationPrice)
The price for restoring the domain with Route 53.
|
void |
DomainPrice.setTransferPrice(PriceWithCurrency transferPrice)
The price for transferring the domain registration to Route 53.
|
DomainPrice |
DomainPrice.withChangeOwnershipPrice(PriceWithCurrency changeOwnershipPrice)
The price for changing domain ownership.
|
DomainPrice |
DomainPrice.withRegistrationPrice(PriceWithCurrency registrationPrice)
The price for domain registration with Route 53.
|
DomainPrice |
DomainPrice.withRenewalPrice(PriceWithCurrency renewalPrice)
The price for renewing domain registration with Route 53.
|
DomainPrice |
DomainPrice.withRestorationPrice(PriceWithCurrency restorationPrice)
The price for restoring the domain with Route 53.
|
DomainPrice |
DomainPrice.withTransferPrice(PriceWithCurrency transferPrice)
The price for transferring the domain registration to Route 53.
|
Copyright © 2024. All rights reserved.