Uses of Class
software.amazon.awssdk.services.billingconductor.model.CreatePricingPlanResponse
-
Packages that use CreatePricingPlanResponse Package Description software.amazon.awssdk.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. -
-
Uses of CreatePricingPlanResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return CreatePricingPlanResponse Modifier and Type Method Description default CreatePricingPlanResponseBillingconductorClient. createPricingPlan(Consumer<CreatePricingPlanRequest.Builder> createPricingPlanRequest)Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.default CreatePricingPlanResponseBillingconductorClient. createPricingPlan(CreatePricingPlanRequest createPricingPlanRequest)Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type CreatePricingPlanResponse Modifier and Type Method Description default CompletableFuture<CreatePricingPlanResponse>BillingconductorAsyncClient. createPricingPlan(Consumer<CreatePricingPlanRequest.Builder> createPricingPlanRequest)Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.default CompletableFuture<CreatePricingPlanResponse>BillingconductorAsyncClient. createPricingPlan(CreatePricingPlanRequest createPricingPlanRequest)Creates a pricing plan that is used for computing Amazon Web Services charges for billing groups.
-