Uses of Interface
software.amazon.awssdk.services.billingconductor.model.ListPricingPlansFilter.Builder
-
Packages that use ListPricingPlansFilter.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of ListPricingPlansFilter.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ListPricingPlansFilter.Builder Modifier and Type Method Description ListPricingPlansFilter.BuilderListPricingPlansFilter.Builder. arns(String... arns)A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.ListPricingPlansFilter.BuilderListPricingPlansFilter.Builder. arns(Collection<String> arns)A list of pricing plan Amazon Resource Names (ARNs) to retrieve information.static ListPricingPlansFilter.BuilderListPricingPlansFilter. builder()ListPricingPlansFilter.BuilderListPricingPlansFilter. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type ListPricingPlansFilter.Builder Modifier and Type Method Description static Class<? extends ListPricingPlansFilter.Builder>ListPricingPlansFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type ListPricingPlansFilter.Builder Modifier and Type Method Description default ListPricingPlansRequest.BuilderListPricingPlansRequest.Builder. filters(Consumer<ListPricingPlansFilter.Builder> filters)AListPricingPlansFilterthat specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information.
-