Uses of Class
software.amazon.awssdk.services.billingconductor.model.PricingRuleListElement
-
Packages that use PricingRuleListElement Package Description software.amazon.awssdk.services.billingconductor.model software.amazon.awssdk.services.billingconductor.paginators -
-
Uses of PricingRuleListElement in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type PricingRuleListElement Modifier and Type Method Description List<PricingRuleListElement>ListPricingRulesResponse. pricingRules()A list containing the described pricing rules.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type PricingRuleListElement Modifier and Type Method Description ListPricingRulesResponse.BuilderListPricingRulesResponse.Builder. pricingRules(PricingRuleListElement... pricingRules)A list containing the described pricing rules.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type PricingRuleListElement Modifier and Type Method Description ListPricingRulesResponse.BuilderListPricingRulesResponse.Builder. pricingRules(Collection<PricingRuleListElement> pricingRules)A list containing the described pricing rules. -
Uses of PricingRuleListElement in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type PricingRuleListElement Modifier and Type Method Description SdkIterable<PricingRuleListElement>ListPricingRulesIterable. pricingRules()Returns an iterable to iterate through the paginatedListPricingRulesResponse.pricingRules()member.SdkPublisher<PricingRuleListElement>ListPricingRulesPublisher. pricingRules()Returns a publisher that can be used to get a stream of data.
-