Uses of Class
software.amazon.awssdk.services.billing.model.UpdateBillingViewResponse
-
Packages that use UpdateBillingViewResponse 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. -
-
Uses of UpdateBillingViewResponse in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing that return UpdateBillingViewResponse Modifier and Type Method Description default UpdateBillingViewResponseBillingClient. updateBillingView(Consumer<UpdateBillingViewRequest.Builder> updateBillingViewRequest)An API to update the attributes of the billing view.default UpdateBillingViewResponseBillingClient. updateBillingView(UpdateBillingViewRequest updateBillingViewRequest)An API to update the attributes of the billing view.Methods in software.amazon.awssdk.services.billing that return types with arguments of type UpdateBillingViewResponse Modifier and Type Method Description default CompletableFuture<UpdateBillingViewResponse>BillingAsyncClient. updateBillingView(Consumer<UpdateBillingViewRequest.Builder> updateBillingViewRequest)An API to update the attributes of the billing view.default CompletableFuture<UpdateBillingViewResponse>BillingAsyncClient. updateBillingView(UpdateBillingViewRequest updateBillingViewRequest)An API to update the attributes of the billing view.
-