Uses of Class
software.amazon.awssdk.services.billing.model.ListSourceViewsForBillingViewResponse
-
Packages that use ListSourceViewsForBillingViewResponse Package Description software.amazon.awssdk.services.billing You can use the Billing API to programatically list the billing views available to you for a given time period.software.amazon.awssdk.services.billing.paginators -
-
Uses of ListSourceViewsForBillingViewResponse in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing that return ListSourceViewsForBillingViewResponse Modifier and Type Method Description default ListSourceViewsForBillingViewResponseBillingClient. listSourceViewsForBillingView(Consumer<ListSourceViewsForBillingViewRequest.Builder> listSourceViewsForBillingViewRequest)Lists the source views (managed Amazon Web Services billing views) associated with the billing view.default ListSourceViewsForBillingViewResponseBillingClient. listSourceViewsForBillingView(ListSourceViewsForBillingViewRequest listSourceViewsForBillingViewRequest)Lists the source views (managed Amazon Web Services billing views) associated with the billing view.Methods in software.amazon.awssdk.services.billing that return types with arguments of type ListSourceViewsForBillingViewResponse Modifier and Type Method Description default CompletableFuture<ListSourceViewsForBillingViewResponse>BillingAsyncClient. listSourceViewsForBillingView(Consumer<ListSourceViewsForBillingViewRequest.Builder> listSourceViewsForBillingViewRequest)Lists the source views (managed Amazon Web Services billing views) associated with the billing view.default CompletableFuture<ListSourceViewsForBillingViewResponse>BillingAsyncClient. listSourceViewsForBillingView(ListSourceViewsForBillingViewRequest listSourceViewsForBillingViewRequest)Lists the source views (managed Amazon Web Services billing views) associated with the billing view. -
Uses of ListSourceViewsForBillingViewResponse in software.amazon.awssdk.services.billing.paginators
Methods in software.amazon.awssdk.services.billing.paginators that return types with arguments of type ListSourceViewsForBillingViewResponse Modifier and Type Method Description Iterator<ListSourceViewsForBillingViewResponse>ListSourceViewsForBillingViewIterable. iterator()Method parameters in software.amazon.awssdk.services.billing.paginators with type arguments of type ListSourceViewsForBillingViewResponse Modifier and Type Method Description voidListSourceViewsForBillingViewPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSourceViewsForBillingViewResponse> subscriber)
-