Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.AddSavingsPlanAction.Builder
-
Packages that use AddSavingsPlanAction.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of AddSavingsPlanAction.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return AddSavingsPlanAction.Builder Modifier and Type Method Description static AddSavingsPlanAction.BuilderAddSavingsPlanAction. builder()AddSavingsPlanAction.BuilderAddSavingsPlanAction.Builder. commitment(Double commitment)The hourly commitment, in the same currency of thesavingsPlanOfferingId.AddSavingsPlanAction.BuilderAddSavingsPlanAction.Builder. savingsPlanOfferingId(String savingsPlanOfferingId)The ID of the Savings Plan offering to add.AddSavingsPlanAction.BuilderAddSavingsPlanAction. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type AddSavingsPlanAction.Builder Modifier and Type Method Description static Class<? extends AddSavingsPlanAction.Builder>AddSavingsPlanAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bcmpricingcalculator.model with type arguments of type AddSavingsPlanAction.Builder Modifier and Type Method Description default BillScenarioCommitmentModificationAction.BuilderBillScenarioCommitmentModificationAction.Builder. addSavingsPlanAction(Consumer<AddSavingsPlanAction.Builder> addSavingsPlanAction)Action to add a Savings Plan to the scenario.static BillScenarioCommitmentModificationActionBillScenarioCommitmentModificationAction. fromAddSavingsPlanAction(Consumer<AddSavingsPlanAction.Builder> addSavingsPlanAction)Create an instance of this class withBillScenarioCommitmentModificationAction.addSavingsPlanAction()initialized to the given value.
-