Uses of Interface
software.amazon.awssdk.services.costexplorer.model.SavingsPlansUtilizationAggregates.Builder
-
Packages that use SavingsPlansUtilizationAggregates.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlansUtilizationAggregates.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return SavingsPlansUtilizationAggregates.Builder Modifier and Type Method Description default SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates.Builder. amortizedCommitment(Consumer<SavingsPlansAmortizedCommitment.Builder> amortizedCommitment)The total amortized commitment for a Savings Plans.SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates.Builder. amortizedCommitment(SavingsPlansAmortizedCommitment amortizedCommitment)The total amortized commitment for a Savings Plans.static SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates. builder()default SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates.Builder. savings(Consumer<SavingsPlansSavings.Builder> savings)The amount that's saved by using existing Savings Plans.SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates.Builder. savings(SavingsPlansSavings savings)The amount that's saved by using existing Savings Plans.SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates. toBuilder()default SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates.Builder. utilization(Consumer<SavingsPlansUtilization.Builder> utilization)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.SavingsPlansUtilizationAggregates.BuilderSavingsPlansUtilizationAggregates.Builder. utilization(SavingsPlansUtilization utilization)A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SavingsPlansUtilizationAggregates.Builder Modifier and Type Method Description static Class<? extends SavingsPlansUtilizationAggregates.Builder>SavingsPlansUtilizationAggregates. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SavingsPlansUtilizationAggregates.Builder Modifier and Type Method Description default GetSavingsPlansUtilizationDetailsResponse.BuilderGetSavingsPlansUtilizationDetailsResponse.Builder. total(Consumer<SavingsPlansUtilizationAggregates.Builder> total)The total Savings Plans utilization, regardless of time period.default GetSavingsPlansUtilizationResponse.BuilderGetSavingsPlansUtilizationResponse.Builder. total(Consumer<SavingsPlansUtilizationAggregates.Builder> total)The total amount of cost/commitment that you used your Savings Plans, regardless of date ranges.
-