Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.IdleSummary
-
Packages that use IdleSummary Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of IdleSummary in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type IdleSummary Modifier and Type Method Description List<IdleSummary>RecommendationSummary. idleSummaries()Describes the findings summary of the idle resources.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type IdleSummary Modifier and Type Method Description RecommendationSummary.BuilderRecommendationSummary.Builder. idleSummaries(IdleSummary... idleSummaries)Describes the findings summary of the idle resources.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type IdleSummary Modifier and Type Method Description RecommendationSummary.BuilderRecommendationSummary.Builder. idleSummaries(Collection<IdleSummary> idleSummaries)Describes the findings summary of the idle resources.
-