Uses of Interface
software.amazon.awssdk.services.billingconductor.model.DeletePricingRuleRequest.Builder
-
Packages that use DeletePricingRuleRequest.Builder 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.model -
-
Uses of DeletePricingRuleRequest.Builder in software.amazon.awssdk.services.billingconductor
Method parameters in software.amazon.awssdk.services.billingconductor with type arguments of type DeletePricingRuleRequest.Builder Modifier and Type Method Description default CompletableFuture<DeletePricingRuleResponse>BillingconductorAsyncClient. deletePricingRule(Consumer<DeletePricingRuleRequest.Builder> deletePricingRuleRequest)Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN).default DeletePricingRuleResponseBillingconductorClient. deletePricingRule(Consumer<DeletePricingRuleRequest.Builder> deletePricingRuleRequest)Deletes the pricing rule that's identified by the input Amazon Resource Name (ARN). -
Uses of DeletePricingRuleRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return DeletePricingRuleRequest.Builder Modifier and Type Method Description DeletePricingRuleRequest.BuilderDeletePricingRuleRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the pricing rule that you are deleting.static DeletePricingRuleRequest.BuilderDeletePricingRuleRequest. builder()DeletePricingRuleRequest.BuilderDeletePricingRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeletePricingRuleRequest.BuilderDeletePricingRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeletePricingRuleRequest.BuilderDeletePricingRuleRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type DeletePricingRuleRequest.Builder Modifier and Type Method Description static Class<? extends DeletePricingRuleRequest.Builder>DeletePricingRuleRequest. serializableBuilderClass()
-