| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
ListPricingPlansResponse.Builder |
ListPricingPlansResponse.Builder.billingPeriod(String billingPeriod)
The billing period for which the described pricing plans are applicable.
|
static ListPricingPlansResponse.Builder |
ListPricingPlansResponse.builder() |
ListPricingPlansResponse.Builder |
ListPricingPlansResponse.Builder.nextToken(String nextToken)
The pagination token that's used on subsequent calls to get pricing plans.
|
ListPricingPlansResponse.Builder |
ListPricingPlansResponse.Builder.pricingPlans(Collection<PricingPlanListElement> pricingPlans)
A list of
PricingPlanListElement retrieved. |
ListPricingPlansResponse.Builder |
ListPricingPlansResponse.Builder.pricingPlans(Consumer<PricingPlanListElement.Builder>... pricingPlans)
A list of
PricingPlanListElement retrieved. |
ListPricingPlansResponse.Builder |
ListPricingPlansResponse.Builder.pricingPlans(PricingPlanListElement... pricingPlans)
A list of
PricingPlanListElement retrieved. |
ListPricingPlansResponse.Builder |
ListPricingPlansResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPricingPlansResponse.Builder> |
ListPricingPlansResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.