Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchUpdateBillScenarioCommitmentModificationEntry
-
Packages that use BatchUpdateBillScenarioCommitmentModificationEntry Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of BatchUpdateBillScenarioCommitmentModificationEntry in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchUpdateBillScenarioCommitmentModificationEntry Modifier and Type Method Description List<BatchUpdateBillScenarioCommitmentModificationEntry>BatchUpdateBillScenarioCommitmentModificationRequest. commitmentModifications()List of commitments that you want to update in a Bill Scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type BatchUpdateBillScenarioCommitmentModificationEntry Modifier and Type Method Description BatchUpdateBillScenarioCommitmentModificationRequest.BuilderBatchUpdateBillScenarioCommitmentModificationRequest.Builder. commitmentModifications(BatchUpdateBillScenarioCommitmentModificationEntry... commitmentModifications)List of commitments that you want to update in a Bill Scenario.Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type BatchUpdateBillScenarioCommitmentModificationEntry Modifier and Type Method Description BatchUpdateBillScenarioCommitmentModificationRequest.BuilderBatchUpdateBillScenarioCommitmentModificationRequest.Builder. commitmentModifications(Collection<BatchUpdateBillScenarioCommitmentModificationEntry> commitmentModifications)List of commitments that you want to update in a Bill Scenario.
-