| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
static ListPricesResponse.Builder |
ListPricesResponse.builder() |
ListPricesResponse.Builder |
ListPricesResponse.Builder.nextPageMarker(String nextPageMarker)
If there are more prices than you specified for
MaxItems in the request, submit another request
and include the value of NextPageMarker in the value of Marker. |
ListPricesResponse.Builder |
ListPricesResponse.Builder.prices(Collection<DomainPrice> prices)
A complex type that includes all the pricing information.
|
ListPricesResponse.Builder |
ListPricesResponse.Builder.prices(Consumer<DomainPrice.Builder>... prices)
A complex type that includes all the pricing information.
|
ListPricesResponse.Builder |
ListPricesResponse.Builder.prices(DomainPrice... prices)
A complex type that includes all the pricing information.
|
ListPricesResponse.Builder |
ListPricesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPricesResponse.Builder> |
ListPricesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.