Uses of Interface
software.amazon.awssdk.services.costexplorer.model.SavingsPlansAmortizedCommitment.Builder
-
Packages that use SavingsPlansAmortizedCommitment.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlansAmortizedCommitment.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return SavingsPlansAmortizedCommitment.Builder Modifier and Type Method Description SavingsPlansAmortizedCommitment.BuilderSavingsPlansAmortizedCommitment.Builder. amortizedRecurringCommitment(String amortizedRecurringCommitment)The amortized amount of your Savings Plans commitment that was purchased with either aPartialor aNoUpfront.SavingsPlansAmortizedCommitment.BuilderSavingsPlansAmortizedCommitment.Builder. amortizedUpfrontCommitment(String amortizedUpfrontCommitment)The amortized amount of your Savings Plans commitment that was purchased with anUpfrontorPartialUpfrontSavings Plans.static SavingsPlansAmortizedCommitment.BuilderSavingsPlansAmortizedCommitment. builder()SavingsPlansAmortizedCommitment.BuilderSavingsPlansAmortizedCommitment. toBuilder()SavingsPlansAmortizedCommitment.BuilderSavingsPlansAmortizedCommitment.Builder. totalAmortizedCommitment(String totalAmortizedCommitment)The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SavingsPlansAmortizedCommitment.Builder Modifier and Type Method Description static Class<? extends SavingsPlansAmortizedCommitment.Builder>SavingsPlansAmortizedCommitment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SavingsPlansAmortizedCommitment.Builder Modifier and Type Method Description default SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates.Builder. amortizedCommitment(Consumer<SavingsPlansAmortizedCommitment.Builder> amortizedCommitment)The total amortized commitment for a Savings Plans.default SavingsPlansUtilizationByTime.BuilderSavingsPlansUtilizationByTime.Builder. amortizedCommitment(Consumer<SavingsPlansAmortizedCommitment.Builder> amortizedCommitment)The total amortized commitment for a Savings Plans.default SavingsPlansUtilizationDetail.BuilderSavingsPlansUtilizationDetail.Builder. amortizedCommitment(Consumer<SavingsPlansAmortizedCommitment.Builder> amortizedCommitment)The total amortized commitment for a Savings Plans.
-