Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.UpdateBillEstimateResponse
-
Packages that use UpdateBillEstimateResponse Package Description software.amazon.awssdk.services.bcmpricingcalculator You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use. -
-
Uses of UpdateBillEstimateResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return UpdateBillEstimateResponse Modifier and Type Method Description default UpdateBillEstimateResponseBcmPricingCalculatorClient. updateBillEstimate(Consumer<UpdateBillEstimateRequest.Builder> updateBillEstimateRequest)Updates an existing bill estimate.default UpdateBillEstimateResponseBcmPricingCalculatorClient. updateBillEstimate(UpdateBillEstimateRequest updateBillEstimateRequest)Updates an existing bill estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type UpdateBillEstimateResponse Modifier and Type Method Description default CompletableFuture<UpdateBillEstimateResponse>BcmPricingCalculatorAsyncClient. updateBillEstimate(Consumer<UpdateBillEstimateRequest.Builder> updateBillEstimateRequest)Updates an existing bill estimate.default CompletableFuture<UpdateBillEstimateResponse>BcmPricingCalculatorAsyncClient. updateBillEstimate(UpdateBillEstimateRequest updateBillEstimateRequest)Updates an existing bill estimate.
-