Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.GetWorkloadEstimateResponse
-
Packages that use GetWorkloadEstimateResponse 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 GetWorkloadEstimateResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return GetWorkloadEstimateResponse Modifier and Type Method Description default GetWorkloadEstimateResponseBcmPricingCalculatorClient. getWorkloadEstimate(Consumer<GetWorkloadEstimateRequest.Builder> getWorkloadEstimateRequest)Retrieves details of a specific workload estimate.default GetWorkloadEstimateResponseBcmPricingCalculatorClient. getWorkloadEstimate(GetWorkloadEstimateRequest getWorkloadEstimateRequest)Retrieves details of a specific workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type GetWorkloadEstimateResponse Modifier and Type Method Description default CompletableFuture<GetWorkloadEstimateResponse>BcmPricingCalculatorAsyncClient. getWorkloadEstimate(Consumer<GetWorkloadEstimateRequest.Builder> getWorkloadEstimateRequest)Retrieves details of a specific workload estimate.default CompletableFuture<GetWorkloadEstimateResponse>BcmPricingCalculatorAsyncClient. getWorkloadEstimate(GetWorkloadEstimateRequest getWorkloadEstimateRequest)Retrieves details of a specific workload estimate.
-