Uses of Class
software.amazon.awssdk.services.billing.model.DeleteBillingViewRequest
-
Packages that use DeleteBillingViewRequest 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.transform -
-
Uses of DeleteBillingViewRequest in software.amazon.awssdk.services.billing
Methods in software.amazon.awssdk.services.billing with parameters of type DeleteBillingViewRequest Modifier and Type Method Description default CompletableFuture<DeleteBillingViewResponse>BillingAsyncClient. deleteBillingView(DeleteBillingViewRequest deleteBillingViewRequest)Deletes the specified billing view.default DeleteBillingViewResponseBillingClient. deleteBillingView(DeleteBillingViewRequest deleteBillingViewRequest)Deletes the specified billing view. -
Uses of DeleteBillingViewRequest in software.amazon.awssdk.services.billing.transform
Methods in software.amazon.awssdk.services.billing.transform with parameters of type DeleteBillingViewRequest Modifier and Type Method Description SdkHttpFullRequestDeleteBillingViewRequestMarshaller. marshall(DeleteBillingViewRequest deleteBillingViewRequest)
-