Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.NegateSavingsPlanAction.Builder
-
Packages that use NegateSavingsPlanAction.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of NegateSavingsPlanAction.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return NegateSavingsPlanAction.Builder Modifier and Type Method Description static NegateSavingsPlanAction.BuilderNegateSavingsPlanAction. builder()NegateSavingsPlanAction.BuilderNegateSavingsPlanAction.Builder. savingsPlanId(String savingsPlanId)The ID of the Savings Plan to remove.NegateSavingsPlanAction.BuilderNegateSavingsPlanAction. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type NegateSavingsPlanAction.Builder Modifier and Type Method Description static Class<? extends NegateSavingsPlanAction.Builder>NegateSavingsPlanAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type NegateSavingsPlanAction.Builder Modifier and Type Method Description static BillScenarioCommitmentModificationActionBillScenarioCommitmentModificationAction. fromNegateSavingsPlanAction(Consumer<NegateSavingsPlanAction.Builder> negateSavingsPlanAction)Create an instance of this class withBillScenarioCommitmentModificationAction.negateSavingsPlanAction()initialized to the given value.default BillScenarioCommitmentModificationAction.BuilderBillScenarioCommitmentModificationAction.Builder. negateSavingsPlanAction(Consumer<NegateSavingsPlanAction.Builder> negateSavingsPlanAction)Action to remove a Savings Plan from the scenario.
-