| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
DomainPrice |
DomainPrice.clone() |
DomainPrice |
DomainPrice.withChangeOwnershipPrice(PriceWithCurrency changeOwnershipPrice)
The price for changing domain ownership.
|
DomainPrice |
DomainPrice.withName(String name)
The name of the TLD for which the prices apply.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainPrice> |
ListPricesResult.getPrices()
A complex type that includes all the pricing information.
|
| Modifier and Type | Method and Description |
|---|---|
ListPricesResult |
ListPricesResult.withPrices(DomainPrice... prices)
A complex type that includes all the pricing information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPricesResult.setPrices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information.
|
ListPricesResult |
ListPricesResult.withPrices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information.
|
Copyright © 2024. All rights reserved.