Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.Finding
-
Packages that use Finding Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of Finding in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return Finding Modifier and Type Method Description FindingAutoScalingGroupRecommendation. finding()The finding classification of the Auto Scaling group.FindingInstanceRecommendation. finding()The finding classification of the instance.static FindingFinding. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FindingSummary. name()The finding classification of the recommendation.static FindingFinding. valueOf(String name)Returns the enum constant of this type with the specified name.static Finding[]Finding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type Finding Modifier and Type Method Description static Set<Finding>Finding. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type Finding Modifier and Type Method Description AutoScalingGroupRecommendation.BuilderAutoScalingGroupRecommendation.Builder. finding(Finding finding)The finding classification of the Auto Scaling group.InstanceRecommendation.BuilderInstanceRecommendation.Builder. finding(Finding finding)The finding classification of the instance.Summary.BuilderSummary.Builder. name(Finding name)The finding classification of the recommendation.
-