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