Uses of Class
software.amazon.awssdk.services.billingconductor.model.DeletePricingPlanResponse
-
Packages that use DeletePricingPlanResponse 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 DeletePricingPlanResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return DeletePricingPlanResponse Modifier and Type Method Description default DeletePricingPlanResponseBillingconductorClient. deletePricingPlan(Consumer<DeletePricingPlanRequest.Builder> deletePricingPlanRequest)Deletes a pricing plan.default DeletePricingPlanResponseBillingconductorClient. deletePricingPlan(DeletePricingPlanRequest deletePricingPlanRequest)Deletes a pricing plan.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type DeletePricingPlanResponse Modifier and Type Method Description default CompletableFuture<DeletePricingPlanResponse>BillingconductorAsyncClient. deletePricingPlan(Consumer<DeletePricingPlanRequest.Builder> deletePricingPlanRequest)Deletes a pricing plan.default CompletableFuture<DeletePricingPlanResponse>BillingconductorAsyncClient. deletePricingPlan(DeletePricingPlanRequest deletePricingPlanRequest)Deletes a pricing plan.
-