Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateBillScenarioCommitmentModificationResponse
-
Packages that use BatchCreateBillScenarioCommitmentModificationResponse 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 BatchCreateBillScenarioCommitmentModificationResponse in software.amazon.awssdk.services.bcmpricingcalculator
Methods in software.amazon.awssdk.services.bcmpricingcalculator that return BatchCreateBillScenarioCommitmentModificationResponse Modifier and Type Method Description default BatchCreateBillScenarioCommitmentModificationResponseBcmPricingCalculatorClient. batchCreateBillScenarioCommitmentModification(Consumer<BatchCreateBillScenarioCommitmentModificationRequest.Builder> batchCreateBillScenarioCommitmentModificationRequest)Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.default BatchCreateBillScenarioCommitmentModificationResponseBcmPricingCalculatorClient. batchCreateBillScenarioCommitmentModification(BatchCreateBillScenarioCommitmentModificationRequest batchCreateBillScenarioCommitmentModificationRequest)Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator that return types with arguments of type BatchCreateBillScenarioCommitmentModificationResponse Modifier and Type Method Description default CompletableFuture<BatchCreateBillScenarioCommitmentModificationResponse>BcmPricingCalculatorAsyncClient. batchCreateBillScenarioCommitmentModification(Consumer<BatchCreateBillScenarioCommitmentModificationRequest.Builder> batchCreateBillScenarioCommitmentModificationRequest)Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.default CompletableFuture<BatchCreateBillScenarioCommitmentModificationResponse>BcmPricingCalculatorAsyncClient. batchCreateBillScenarioCommitmentModification(BatchCreateBillScenarioCommitmentModificationRequest batchCreateBillScenarioCommitmentModificationRequest)Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario.
-