Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.GetBillEstimateResponse
-
Packages that use GetBillEstimateResponse 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 GetBillEstimateResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return GetBillEstimateResponse Modifier and Type Method Description default GetBillEstimateResponseBcmPricingCalculatorClient. getBillEstimate(Consumer<GetBillEstimateRequest.Builder> getBillEstimateRequest)Retrieves details of a specific bill estimate.default GetBillEstimateResponseBcmPricingCalculatorClient. getBillEstimate(GetBillEstimateRequest getBillEstimateRequest)Retrieves details of a specific bill estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type GetBillEstimateResponse Modifier and Type Method Description default CompletableFuture<GetBillEstimateResponse>BcmPricingCalculatorAsyncClient. getBillEstimate(Consumer<GetBillEstimateRequest.Builder> getBillEstimateRequest)Retrieves details of a specific bill estimate.default CompletableFuture<GetBillEstimateResponse>BcmPricingCalculatorAsyncClient. getBillEstimate(GetBillEstimateRequest getBillEstimateRequest)Retrieves details of a specific bill estimate.
-