Uses of Interface
software.amazon.awssdk.services.billingconductor.model.ListPricingPlansRequest.Builder
-
Packages that use ListPricingPlansRequest.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 ListPricingPlansRequest.Builder in software.amazon.awssdk.services.billingconductor
-
Uses of ListPricingPlansRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ListPricingPlansRequest.Builder Modifier and Type Method Description ListPricingPlansRequest.BuilderListPricingPlansRequest.Builder. billingPeriod(String billingPeriod)The preferred billing period to get pricing plan.static ListPricingPlansRequest.BuilderListPricingPlansRequest. builder()default ListPricingPlansRequest.BuilderListPricingPlansRequest.Builder. filters(Consumer<ListPricingPlansFilter.Builder> filters)AListPricingPlansFilterthat specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.ListPricingPlansRequest.BuilderListPricingPlansRequest.Builder. filters(ListPricingPlansFilter filters)AListPricingPlansFilterthat specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.ListPricingPlansRequest.BuilderListPricingPlansRequest.Builder. maxResults(Integer maxResults)The maximum number of pricing plans to retrieve.ListPricingPlansRequest.BuilderListPricingPlansRequest.Builder. nextToken(String nextToken)The pagination token that's used on subsequent call to get pricing plans.ListPricingPlansRequest.BuilderListPricingPlansRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPricingPlansRequest.BuilderListPricingPlansRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPricingPlansRequest.BuilderListPricingPlansRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type ListPricingPlansRequest.Builder Modifier and Type Method Description static Class<? extends ListPricingPlansRequest.Builder>ListPricingPlansRequest. serializableBuilderClass()
-