Uses of Interface
software.amazon.awssdk.services.costexplorer.model.SavingsPlansUtilization.Builder
-
Packages that use SavingsPlansUtilization.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlansUtilization.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return SavingsPlansUtilization.Builder Modifier and Type Method Description static SavingsPlansUtilization.BuilderSavingsPlansUtilization. builder()SavingsPlansUtilization.BuilderSavingsPlansUtilization. toBuilder()SavingsPlansUtilization.BuilderSavingsPlansUtilization.Builder. totalCommitment(String totalCommitment)The total amount of Savings Plans commitment that's been purchased in an account (or set of accounts).SavingsPlansUtilization.BuilderSavingsPlansUtilization.Builder. unusedCommitment(String unusedCommitment)The amount of your Savings Plans commitment that wasn't consumed from Savings Plans eligible usage in a specific period.SavingsPlansUtilization.BuilderSavingsPlansUtilization.Builder. usedCommitment(String usedCommitment)The amount of your Savings Plans commitment that was consumed from Savings Plans eligible usage in a specific period.SavingsPlansUtilization.BuilderSavingsPlansUtilization.Builder. utilizationPercentage(String utilizationPercentage)The amount ofUsedCommitmentdivided by theTotalCommitmentfor your Savings Plans.Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SavingsPlansUtilization.Builder Modifier and Type Method Description static Class<? extends SavingsPlansUtilization.Builder>SavingsPlansUtilization. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SavingsPlansUtilization.Builder Modifier and Type Method Description 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.default SavingsPlansUtilizationByTime.BuilderSavingsPlansUtilizationByTime.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.default SavingsPlansUtilizationDetail.BuilderSavingsPlansUtilizationDetail.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.
-