Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.GetBillEstimateRequest
-
Packages that use GetBillEstimateRequest Package Description software.amazon.awssdk.services.bcmpricingcalculator You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use.software.amazon.awssdk.services.bcmpricingcalculator.transform -
-
Uses of GetBillEstimateRequest in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator with parameters of type GetBillEstimateRequest Modifier and Type Method Description default CompletableFuture<GetBillEstimateResponse>BcmPricingCalculatorAsyncClient. getBillEstimate(GetBillEstimateRequest getBillEstimateRequest)Retrieves details of a specific bill estimate.default GetBillEstimateResponseBcmPricingCalculatorClient. getBillEstimate(GetBillEstimateRequest getBillEstimateRequest)Retrieves details of a specific bill estimate. -
Uses of GetBillEstimateRequest in software.amazon.awssdk.services.bcmpricingcalculator.transform
Methods in software.amazon.awssdk.services.bcmpricingcalculator.transform with parameters of type GetBillEstimateRequest Modifier and Type Method Description SdkHttpFullRequestGetBillEstimateRequestMarshaller. marshall(GetBillEstimateRequest getBillEstimateRequest)
-