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