| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor |
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a proforma version of your billing data each month, to accurately show or chargeback your end customers.
|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
ListPricingPlansResult |
AbstractAWSBillingConductor.listPricingPlans(ListPricingPlansRequest request) |
ListPricingPlansResult |
AWSBillingConductorClient.listPricingPlans(ListPricingPlansRequest request)
A paginated call to get pricing plans for the given billing period.
|
ListPricingPlansResult |
AWSBillingConductor.listPricingPlans(ListPricingPlansRequest listPricingPlansRequest)
A paginated call to get pricing plans for the given billing period.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPricingPlansResult> |
AbstractAWSBillingConductorAsync.listPricingPlansAsync(ListPricingPlansRequest request,
AsyncHandler<ListPricingPlansRequest,ListPricingPlansResult> asyncHandler) |
Future<ListPricingPlansResult> |
AWSBillingConductorAsyncClient.listPricingPlansAsync(ListPricingPlansRequest request,
AsyncHandler<ListPricingPlansRequest,ListPricingPlansResult> asyncHandler) |
Future<ListPricingPlansResult> |
AWSBillingConductorAsync.listPricingPlansAsync(ListPricingPlansRequest listPricingPlansRequest,
AsyncHandler<ListPricingPlansRequest,ListPricingPlansResult> asyncHandler)
A paginated call to get pricing plans for the given billing period.
|
| Modifier and Type | Method and Description |
|---|---|
ListPricingPlansResult |
ListPricingPlansResult.clone() |
ListPricingPlansResult |
ListPricingPlansResult.withBillingPeriod(String billingPeriod)
The billing period for which the described pricing plans are applicable.
|
ListPricingPlansResult |
ListPricingPlansResult.withNextToken(String nextToken)
The pagination token that's used on subsequent calls to get pricing plans.
|
ListPricingPlansResult |
ListPricingPlansResult.withPricingPlans(Collection<PricingPlanListElement> pricingPlans)
A list of
PricingPlanListElement retrieved. |
ListPricingPlansResult |
ListPricingPlansResult.withPricingPlans(PricingPlanListElement... pricingPlans)
A list of
PricingPlanListElement retrieved. |
Copyright © 2025. All rights reserved.