| 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 |
|---|---|
CreatePricingPlanResult |
AbstractAWSBillingConductor.createPricingPlan(CreatePricingPlanRequest request) |
CreatePricingPlanResult |
AWSBillingConductorClient.createPricingPlan(CreatePricingPlanRequest request)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
CreatePricingPlanResult |
AWSBillingConductor.createPricingPlan(CreatePricingPlanRequest createPricingPlanRequest)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
Future<CreatePricingPlanResult> |
AbstractAWSBillingConductorAsync.createPricingPlanAsync(CreatePricingPlanRequest request) |
Future<CreatePricingPlanResult> |
AWSBillingConductorAsyncClient.createPricingPlanAsync(CreatePricingPlanRequest request) |
Future<CreatePricingPlanResult> |
AWSBillingConductorAsync.createPricingPlanAsync(CreatePricingPlanRequest createPricingPlanRequest)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
Future<CreatePricingPlanResult> |
AbstractAWSBillingConductorAsync.createPricingPlanAsync(CreatePricingPlanRequest request,
AsyncHandler<CreatePricingPlanRequest,CreatePricingPlanResult> asyncHandler) |
Future<CreatePricingPlanResult> |
AWSBillingConductorAsyncClient.createPricingPlanAsync(CreatePricingPlanRequest request,
AsyncHandler<CreatePricingPlanRequest,CreatePricingPlanResult> asyncHandler) |
Future<CreatePricingPlanResult> |
AWSBillingConductorAsync.createPricingPlanAsync(CreatePricingPlanRequest createPricingPlanRequest,
AsyncHandler<CreatePricingPlanRequest,CreatePricingPlanResult> asyncHandler)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePricingPlanResult> |
AbstractAWSBillingConductorAsync.createPricingPlanAsync(CreatePricingPlanRequest request,
AsyncHandler<CreatePricingPlanRequest,CreatePricingPlanResult> asyncHandler) |
Future<CreatePricingPlanResult> |
AWSBillingConductorAsyncClient.createPricingPlanAsync(CreatePricingPlanRequest request,
AsyncHandler<CreatePricingPlanRequest,CreatePricingPlanResult> asyncHandler) |
Future<CreatePricingPlanResult> |
AWSBillingConductorAsync.createPricingPlanAsync(CreatePricingPlanRequest createPricingPlanRequest,
AsyncHandler<CreatePricingPlanRequest,CreatePricingPlanResult> asyncHandler)
Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePricingPlanRequest |
CreatePricingPlanRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePricingPlanRequest |
CreatePricingPlanRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePricingPlanRequest |
CreatePricingPlanRequest.clone() |
CreatePricingPlanRequest |
CreatePricingPlanRequest.withClientToken(String clientToken)
The token that is needed to support idempotency.
|
CreatePricingPlanRequest |
CreatePricingPlanRequest.withDescription(String description)
The description of the pricing plan.
|
CreatePricingPlanRequest |
CreatePricingPlanRequest.withName(String name)
The name of the pricing plan.
|
CreatePricingPlanRequest |
CreatePricingPlanRequest.withPricingRuleArns(Collection<String> pricingRuleArns)
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
|
CreatePricingPlanRequest |
CreatePricingPlanRequest.withPricingRuleArns(String... pricingRuleArns)
A list of Amazon Resource Names (ARNs) that define the pricing plan parameters.
|
CreatePricingPlanRequest |
CreatePricingPlanRequest.withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to a pricing plan.
|
Copyright © 2024. All rights reserved.