Uses of Class
software.amazon.awssdk.services.billingconductor.model.DeletePricingRuleRequest
-
Packages that use DeletePricingRuleRequest 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.software.amazon.awssdk.services.billingconductor.transform -
-
Uses of DeletePricingRuleRequest in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor with parameters of type DeletePricingRuleRequest Modifier and Type Method Description default CompletableFuture<DeletePricingRuleResponse>BillingconductorAsyncClient. deletePricingRule(DeletePricingRuleRequest deletePricingRuleRequest)Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).default DeletePricingRuleResponseBillingconductorClient. deletePricingRule(DeletePricingRuleRequest deletePricingRuleRequest)Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN). -
Uses of DeletePricingRuleRequest in software.amazon.awssdk.services.billingconductor.transform
Methods in software.amazon.awssdk.services.billingconductor.transform with parameters of type DeletePricingRuleRequest Modifier and Type Method Description SdkHttpFullRequestDeletePricingRuleRequestMarshaller. marshall(DeletePricingRuleRequest deletePricingRuleRequest)
-