Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.DeleteWorkloadEstimateResponse
-
Packages that use DeleteWorkloadEstimateResponse 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 DeleteWorkloadEstimateResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return DeleteWorkloadEstimateResponse Modifier and Type Method Description default DeleteWorkloadEstimateResponseBcmPricingCalculatorClient. deleteWorkloadEstimate(Consumer<DeleteWorkloadEstimateRequest.Builder> deleteWorkloadEstimateRequest)Deletes an existing workload estimate.default DeleteWorkloadEstimateResponseBcmPricingCalculatorClient. deleteWorkloadEstimate(DeleteWorkloadEstimateRequest deleteWorkloadEstimateRequest)Deletes an existing workload estimate.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type DeleteWorkloadEstimateResponse Modifier and Type Method Description default CompletableFuture<DeleteWorkloadEstimateResponse>BcmPricingCalculatorAsyncClient. deleteWorkloadEstimate(Consumer<DeleteWorkloadEstimateRequest.Builder> deleteWorkloadEstimateRequest)Deletes an existing workload estimate.default CompletableFuture<DeleteWorkloadEstimateResponse>BcmPricingCalculatorAsyncClient. deleteWorkloadEstimate(DeleteWorkloadEstimateRequest deleteWorkloadEstimateRequest)Deletes an existing workload estimate.
-