Uses of Class
software.amazon.awssdk.services.billingconductor.model.ListPricingRulesResponse
-
Packages that use ListPricingRulesResponse 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.paginators -
-
Uses of ListPricingRulesResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return ListPricingRulesResponse Modifier and Type Method Description default ListPricingRulesResponseBillingconductorClient. listPricingRules(Consumer<ListPricingRulesRequest.Builder> listPricingRulesRequest)Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.default ListPricingRulesResponseBillingconductorClient. listPricingRules(ListPricingRulesRequest listPricingRulesRequest)Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type ListPricingRulesResponse Modifier and Type Method Description default CompletableFuture<ListPricingRulesResponse>BillingconductorAsyncClient. listPricingRules(Consumer<ListPricingRulesRequest.Builder> listPricingRulesRequest)Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans.default CompletableFuture<ListPricingRulesResponse>BillingconductorAsyncClient. listPricingRules(ListPricingRulesRequest listPricingRulesRequest)Describes a pricing rule that can be associated to a pricing plan, or set of pricing plans. -
Uses of ListPricingRulesResponse in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type ListPricingRulesResponse Modifier and Type Method Description Iterator<ListPricingRulesResponse>ListPricingRulesIterable. iterator()Method parameters in software.amazon.awssdk.services.billingconductor.paginators with type arguments of type ListPricingRulesResponse Modifier and Type Method Description voidListPricingRulesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPricingRulesResponse> subscriber)
-