Uses of Class
software.amazon.awssdk.services.billing.model.GetBillingViewResponse
-
Packages that use GetBillingViewResponse 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 GetBillingViewResponse in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing that return GetBillingViewResponse Modifier and Type Method Description default GetBillingViewResponseBillingClient. getBillingView(Consumer<GetBillingViewRequest.Builder> getBillingViewRequest)Returns the metadata associated to the specified billing view ARN.default GetBillingViewResponseBillingClient. getBillingView(GetBillingViewRequest getBillingViewRequest)Returns the metadata associated to the specified billing view ARN.Methods in software.amazon.awssdk.services.billing that return types with arguments of type GetBillingViewResponse Modifier and Type Method Description default CompletableFuture<GetBillingViewResponse>BillingAsyncClient. getBillingView(Consumer<GetBillingViewRequest.Builder> getBillingViewRequest)Returns the metadata associated to the specified billing view ARN.default CompletableFuture<GetBillingViewResponse>BillingAsyncClient. getBillingView(GetBillingViewRequest getBillingViewRequest)Returns the metadata associated to the specified billing view ARN.
-