Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchDeleteBillScenarioCommitmentModificationResponse
-
Packages that use BatchDeleteBillScenarioCommitmentModificationResponse 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 BatchDeleteBillScenarioCommitmentModificationResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return BatchDeleteBillScenarioCommitmentModificationResponse Modifier and Type Method Description default BatchDeleteBillScenarioCommitmentModificationResponseBcmPricingCalculatorClient. batchDeleteBillScenarioCommitmentModification(Consumer<BatchDeleteBillScenarioCommitmentModificationRequest.Builder> batchDeleteBillScenarioCommitmentModificationRequest)Delete commitment that you have created in a Bill Scenario.default BatchDeleteBillScenarioCommitmentModificationResponseBcmPricingCalculatorClient. batchDeleteBillScenarioCommitmentModification(BatchDeleteBillScenarioCommitmentModificationRequest batchDeleteBillScenarioCommitmentModificationRequest)Delete commitment that you have created in a Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type BatchDeleteBillScenarioCommitmentModificationResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteBillScenarioCommitmentModificationResponse>BcmPricingCalculatorAsyncClient. batchDeleteBillScenarioCommitmentModification(Consumer<BatchDeleteBillScenarioCommitmentModificationRequest.Builder> batchDeleteBillScenarioCommitmentModificationRequest)Delete commitment that you have created in a Bill Scenario.default CompletableFuture<BatchDeleteBillScenarioCommitmentModificationResponse>BcmPricingCalculatorAsyncClient. batchDeleteBillScenarioCommitmentModification(BatchDeleteBillScenarioCommitmentModificationRequest batchDeleteBillScenarioCommitmentModificationRequest)Delete commitment that you have created in a Bill Scenario.
-