| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
PricingPlanListElement |
PricingPlanListElement.clone() |
PricingPlanListElement |
PricingPlanListElement.withArn(String arn)
The pricing plan Amazon Resource Names (ARN).
|
PricingPlanListElement |
PricingPlanListElement.withCreationTime(Long creationTime)
The time when the pricing plan was created.
|
PricingPlanListElement |
PricingPlanListElement.withDescription(String description)
The pricing plan description.
|
PricingPlanListElement |
PricingPlanListElement.withLastModifiedTime(Long lastModifiedTime)
The most recent time when the pricing plan was modified.
|
PricingPlanListElement |
PricingPlanListElement.withName(String name)
The name of a pricing plan.
|
PricingPlanListElement |
PricingPlanListElement.withSize(Long size)
The pricing rules count that's currently associated with this pricing plan list element.
|
| Modifier and Type | Method and Description |
|---|---|
List<PricingPlanListElement> |
ListPricingPlansResult.getPricingPlans()
A list of
PricingPlanListElement retrieved. |
| Modifier and Type | Method and Description |
|---|---|
ListPricingPlansResult |
ListPricingPlansResult.withPricingPlans(PricingPlanListElement... pricingPlans)
A list of
PricingPlanListElement retrieved. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPricingPlansResult.setPricingPlans(Collection<PricingPlanListElement> pricingPlans)
A list of
PricingPlanListElement retrieved. |
ListPricingPlansResult |
ListPricingPlansResult.withPricingPlans(Collection<PricingPlanListElement> pricingPlans)
A list of
PricingPlanListElement retrieved. |
Copyright © 2023. All rights reserved.