Uses of Class
software.amazon.awssdk.services.costexplorer.model.GenerationSummary
-
Packages that use GenerationSummary Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of GenerationSummary in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type GenerationSummary Modifier and Type Method Description List<GenerationSummary>ListSavingsPlansPurchaseRecommendationGenerationResponse. generationSummaryList()The list of historical recommendation generations.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type GenerationSummary Modifier and Type Method Description ListSavingsPlansPurchaseRecommendationGenerationResponse.BuilderListSavingsPlansPurchaseRecommendationGenerationResponse.Builder. generationSummaryList(GenerationSummary... generationSummaryList)The list of historical recommendation generations.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type GenerationSummary Modifier and Type Method Description ListSavingsPlansPurchaseRecommendationGenerationResponse.BuilderListSavingsPlansPurchaseRecommendationGenerationResponse.Builder. generationSummaryList(Collection<GenerationSummary> generationSummaryList)The list of historical recommendation generations.
-