Uses of Class
software.amazon.awssdk.services.costexplorer.model.AnalysisSummary
-
Packages that use AnalysisSummary Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of AnalysisSummary in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type AnalysisSummary Modifier and Type Method Description List<AnalysisSummary>ListCommitmentPurchaseAnalysesResponse. analysisSummaryList()The list of analyses.Methods in software.amazon.awssdk.services.costexplorer.model with parameters of type AnalysisSummary Modifier and Type Method Description ListCommitmentPurchaseAnalysesResponse.BuilderListCommitmentPurchaseAnalysesResponse.Builder. analysisSummaryList(AnalysisSummary... analysisSummaryList)The list of analyses.Method parameters in software.amazon.awssdk.services.costexplorer.model with type arguments of type AnalysisSummary Modifier and Type Method Description ListCommitmentPurchaseAnalysesResponse.BuilderListCommitmentPurchaseAnalysesResponse.Builder. analysisSummaryList(Collection<AnalysisSummary> analysisSummaryList)The list of analyses.
-