Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.CurrentPerformanceRisk
-
Packages that use CurrentPerformanceRisk Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of CurrentPerformanceRisk in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return CurrentPerformanceRisk Modifier and Type Method Description CurrentPerformanceRiskAutoScalingGroupRecommendation. currentPerformanceRisk()The risk of the current Auto Scaling group not meeting the performance needs of its workloads.CurrentPerformanceRiskECSServiceRecommendation. currentPerformanceRisk()The risk of the current Amazon ECS service not meeting the performance needs of its workloads.CurrentPerformanceRiskInstanceRecommendation. currentPerformanceRisk()The risk of the current instance not meeting the performance needs of its workloads.CurrentPerformanceRiskLambdaFunctionRecommendation. currentPerformanceRisk()The risk of the current Lambda function not meeting the performance needs of its workloads.CurrentPerformanceRiskVolumeRecommendation. currentPerformanceRisk()The risk of the current EBS volume not meeting the performance needs of its workloads.static CurrentPerformanceRiskCurrentPerformanceRisk. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CurrentPerformanceRiskCurrentPerformanceRisk. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrentPerformanceRisk[]CurrentPerformanceRisk. 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 CurrentPerformanceRisk Modifier and Type Method Description static Set<CurrentPerformanceRisk>CurrentPerformanceRisk. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type CurrentPerformanceRisk Modifier and Type Method Description AutoScalingGroupRecommendation.BuilderAutoScalingGroupRecommendation.Builder. currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)The risk of the current Auto Scaling group not meeting the performance needs of its workloads.ECSServiceRecommendation.BuilderECSServiceRecommendation.Builder. currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)The risk of the current Amazon ECS service not meeting the performance needs of its workloads.InstanceRecommendation.BuilderInstanceRecommendation.Builder. currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)The risk of the current instance not meeting the performance needs of its workloads.LambdaFunctionRecommendation.BuilderLambdaFunctionRecommendation.Builder. currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)The risk of the current Lambda function not meeting the performance needs of its workloads.VolumeRecommendation.BuilderVolumeRecommendation.Builder. currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)The risk of the current EBS volume not meeting the performance needs of its workloads.
-