Uses of Class
software.amazon.awssdk.services.costexplorer.model.SavingsPlansCoverage
-
Packages that use SavingsPlansCoverage Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of SavingsPlansCoverage in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type SavingsPlansCoverage Modifier and Type Method Description List<SavingsPlansCoverage>GetSavingsPlansCoverageResponse. savingsPlansCoverages()The amount of spend that your Savings Plans covered.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type SavingsPlansCoverage Modifier and Type Method Description GetSavingsPlansCoverageResponse.BuilderGetSavingsPlansCoverageResponse.Builder. savingsPlansCoverages(SavingsPlansCoverage... savingsPlansCoverages)The amount of spend that your Savings Plans covered.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type SavingsPlansCoverage Modifier and Type Method Description GetSavingsPlansCoverageResponse.BuilderGetSavingsPlansCoverageResponse.Builder. savingsPlansCoverages(Collection<SavingsPlansCoverage> savingsPlansCoverages)The amount of spend that your Savings Plans covered.
-