Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchDeleteWorkloadEstimateUsageResponse
-
Packages that use BatchDeleteWorkloadEstimateUsageResponse 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 BatchDeleteWorkloadEstimateUsageResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return BatchDeleteWorkloadEstimateUsageResponse Modifier and Type Method Description default BatchDeleteWorkloadEstimateUsageResponseBcmPricingCalculatorClient. batchDeleteWorkloadEstimateUsage(Consumer<BatchDeleteWorkloadEstimateUsageRequest.Builder> batchDeleteWorkloadEstimateUsageRequest)Delete usage that you have created in a Workload estimate.default BatchDeleteWorkloadEstimateUsageResponseBcmPricingCalculatorClient. batchDeleteWorkloadEstimateUsage(BatchDeleteWorkloadEstimateUsageRequest batchDeleteWorkloadEstimateUsageRequest)Delete usage that you have created in a Workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type BatchDeleteWorkloadEstimateUsageResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteWorkloadEstimateUsageResponse>BcmPricingCalculatorAsyncClient. batchDeleteWorkloadEstimateUsage(Consumer<BatchDeleteWorkloadEstimateUsageRequest.Builder> batchDeleteWorkloadEstimateUsageRequest)Delete usage that you have created in a Workload estimate.default CompletableFuture<BatchDeleteWorkloadEstimateUsageResponse>BcmPricingCalculatorAsyncClient. batchDeleteWorkloadEstimateUsage(BatchDeleteWorkloadEstimateUsageRequest batchDeleteWorkloadEstimateUsageRequest)Delete usage that you have created in a Workload estimate.
-