| 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 |
|---|---|
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 |
|---|---|
ListPricingPlansRequest |
ListPricingPlansRequest.clone() |
ListPricingPlansRequest |
ListPricingPlansRequest.withBillingPeriod(String billingPeriod)
The preferred billing period to get pricing plan.
|
ListPricingPlansRequest |
ListPricingPlansRequest.withFilters(ListPricingPlansFilter filters)
A
ListPricingPlansFilter that specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve
pricing plans information. |
ListPricingPlansRequest |
ListPricingPlansRequest.withMaxResults(Integer maxResults)
The maximum number of pricing plans to retrieve.
|
ListPricingPlansRequest |
ListPricingPlansRequest.withNextToken(String nextToken)
The pagination token that's used on subsequent call to get pricing plans.
|
Copyright © 2025. All rights reserved.