Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateWorkloadEstimateUsageResponse
-
Packages that use BatchCreateWorkloadEstimateUsageResponse 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 BatchCreateWorkloadEstimateUsageResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return BatchCreateWorkloadEstimateUsageResponse Modifier and Type Method Description default BatchCreateWorkloadEstimateUsageResponseBcmPricingCalculatorClient. batchCreateWorkloadEstimateUsage(Consumer<BatchCreateWorkloadEstimateUsageRequest.Builder> batchCreateWorkloadEstimateUsageRequest)Create Amazon Web Services service usage that you want to model in a Workload Estimate.default BatchCreateWorkloadEstimateUsageResponseBcmPricingCalculatorClient. batchCreateWorkloadEstimateUsage(BatchCreateWorkloadEstimateUsageRequest batchCreateWorkloadEstimateUsageRequest)Create Amazon Web Services service usage that you want to model in a Workload Estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type BatchCreateWorkloadEstimateUsageResponse Modifier and Type Method Description default CompletableFuture<BatchCreateWorkloadEstimateUsageResponse>BcmPricingCalculatorAsyncClient. batchCreateWorkloadEstimateUsage(Consumer<BatchCreateWorkloadEstimateUsageRequest.Builder> batchCreateWorkloadEstimateUsageRequest)Create Amazon Web Services service usage that you want to model in a Workload Estimate.default CompletableFuture<BatchCreateWorkloadEstimateUsageResponse>BcmPricingCalculatorAsyncClient. batchCreateWorkloadEstimateUsage(BatchCreateWorkloadEstimateUsageRequest batchCreateWorkloadEstimateUsageRequest)Create Amazon Web Services service usage that you want to model in a Workload Estimate.
-