Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.NegateSavingsPlanAction
-
Packages that use NegateSavingsPlanAction Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of NegateSavingsPlanAction in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return NegateSavingsPlanAction Modifier and Type Method Description NegateSavingsPlanActionBillScenarioCommitmentModificationAction. negateSavingsPlanAction()Action to remove a Savings Plan from the scenario.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type NegateSavingsPlanAction Modifier and Type Method Description static BillScenarioCommitmentModificationActionBillScenarioCommitmentModificationAction. fromNegateSavingsPlanAction(NegateSavingsPlanAction negateSavingsPlanAction)Create an instance of this class withBillScenarioCommitmentModificationAction.negateSavingsPlanAction()initialized to the given value.BillScenarioCommitmentModificationAction.BuilderBillScenarioCommitmentModificationAction.Builder. negateSavingsPlanAction(NegateSavingsPlanAction negateSavingsPlanAction)Action to remove a Savings Plan from the scenario.
-