| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
static SavingsPlansSavings.Builder |
SavingsPlansSavings.builder() |
SavingsPlansSavings.Builder |
SavingsPlansSavings.Builder.netSavings(String netSavings)
The savings amount that you are accumulating for the usage that is covered by a Savings Plans, when compared
to the On-Demand equivalent of the same usage.
|
SavingsPlansSavings.Builder |
SavingsPlansSavings.Builder.onDemandCostEquivalent(String onDemandCostEquivalent)
How much the amount that the usage would have cost if it was accrued at the On-Demand rate.
|
SavingsPlansSavings.Builder |
SavingsPlansSavings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SavingsPlansSavings.Builder> |
SavingsPlansSavings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SavingsPlansUtilizationByTime.Builder |
SavingsPlansUtilizationByTime.Builder.savings(Consumer<SavingsPlansSavings.Builder> savings)
The amount saved by using existing Savings Plans.
|
default SavingsPlansUtilizationDetail.Builder |
SavingsPlansUtilizationDetail.Builder.savings(Consumer<SavingsPlansSavings.Builder> savings)
The amount saved by using existing Savings Plans.
|
default SavingsPlansUtilizationAggregates.Builder |
SavingsPlansUtilizationAggregates.Builder.savings(Consumer<SavingsPlansSavings.Builder> savings)
The amount saved by using existing Savings Plans.
|
Copyright © 2021. All rights reserved.