Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.InferredWorkloadSaving
-
Packages that use InferredWorkloadSaving Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of InferredWorkloadSaving in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type InferredWorkloadSaving Modifier and Type Method Description List<InferredWorkloadSaving>RecommendationSummary. inferredWorkloadSavings()An array of objects that describes the estimated monthly saving amounts for the instances running on the specifiedinferredWorkloadTypes.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type InferredWorkloadSaving Modifier and Type Method Description RecommendationSummary.BuilderRecommendationSummary.Builder. inferredWorkloadSavings(InferredWorkloadSaving... inferredWorkloadSavings)An array of objects that describes the estimated monthly saving amounts for the instances running on the specifiedinferredWorkloadTypes.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type InferredWorkloadSaving Modifier and Type Method Description RecommendationSummary.BuilderRecommendationSummary.Builder. inferredWorkloadSavings(Collection<InferredWorkloadSaving> inferredWorkloadSavings)An array of objects that describes the estimated monthly saving amounts for the instances running on the specifiedinferredWorkloadTypes.
-