Uses of Interface
software.amazon.awssdk.services.billingconductor.model.ListPricingPlansAssociatedWithPricingRuleRequest.Builder
-
Packages that use ListPricingPlansAssociatedWithPricingRuleRequest.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 ListPricingPlansAssociatedWithPricingRuleRequest.Builder in software.amazon.awssdk.services.billingconductor
-
Uses of ListPricingPlansAssociatedWithPricingRuleRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ListPricingPlansAssociatedWithPricingRuleRequest.Builder Modifier and Type Method Description ListPricingPlansAssociatedWithPricingRuleRequest.BuilderListPricingPlansAssociatedWithPricingRuleRequest.Builder. billingPeriod(String billingPeriod)The pricing plan billing period for which associations will be listed.static ListPricingPlansAssociatedWithPricingRuleRequest.BuilderListPricingPlansAssociatedWithPricingRuleRequest. builder()ListPricingPlansAssociatedWithPricingRuleRequest.BuilderListPricingPlansAssociatedWithPricingRuleRequest.Builder. maxResults(Integer maxResults)The optional maximum number of pricing rule associations to retrieve.ListPricingPlansAssociatedWithPricingRuleRequest.BuilderListPricingPlansAssociatedWithPricingRuleRequest.Builder. nextToken(String nextToken)The optional pagination token returned by a previous call.ListPricingPlansAssociatedWithPricingRuleRequest.BuilderListPricingPlansAssociatedWithPricingRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPricingPlansAssociatedWithPricingRuleRequest.BuilderListPricingPlansAssociatedWithPricingRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPricingPlansAssociatedWithPricingRuleRequest.BuilderListPricingPlansAssociatedWithPricingRuleRequest.Builder. pricingRuleArn(String pricingRuleArn)The pricing rule Amazon Resource Name (ARN) for which associations will be listed.ListPricingPlansAssociatedWithPricingRuleRequest.BuilderListPricingPlansAssociatedWithPricingRuleRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type ListPricingPlansAssociatedWithPricingRuleRequest.Builder Modifier and Type Method Description static Class<? extends ListPricingPlansAssociatedWithPricingRuleRequest.Builder>ListPricingPlansAssociatedWithPricingRuleRequest. serializableBuilderClass()
-