Uses of Class
software.amazon.awssdk.services.billingconductor.model.ListPricingPlansResponse
-
Packages that use ListPricingPlansResponse 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 ListPricingPlansResponse in software.amazon.awssdk.services.billingconductor
Methods in software.amazon.awssdk.services.billingconductor that return ListPricingPlansResponse Modifier and Type Method Description default ListPricingPlansResponseBillingconductorClient. listPricingPlans(Consumer<ListPricingPlansRequest.Builder> listPricingPlansRequest)A paginated call to get pricing plans for the given billing period.default ListPricingPlansResponseBillingconductorClient. listPricingPlans(ListPricingPlansRequest listPricingPlansRequest)A paginated call to get pricing plans for the given billing period.Methods in software.amazon.awssdk.services.billingconductor that return types with arguments of type ListPricingPlansResponse Modifier and Type Method Description default CompletableFuture<ListPricingPlansResponse>BillingconductorAsyncClient. listPricingPlans(Consumer<ListPricingPlansRequest.Builder> listPricingPlansRequest)A paginated call to get pricing plans for the given billing period.default CompletableFuture<ListPricingPlansResponse>BillingconductorAsyncClient. listPricingPlans(ListPricingPlansRequest listPricingPlansRequest)A paginated call to get pricing plans for the given billing period. -
Uses of ListPricingPlansResponse in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type ListPricingPlansResponse Modifier and Type Method Description Iterator<ListPricingPlansResponse>ListPricingPlansIterable. iterator()Method parameters in software.amazon.awssdk.services.billingconductor.paginators with type arguments of type ListPricingPlansResponse Modifier and Type Method Description voidListPricingPlansPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPricingPlansResponse> subscriber)
-