| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static CurrentPerformanceRisk |
CurrentPerformanceRisk.fromValue(String value)
Use this in place of valueOf.
|
static CurrentPerformanceRisk |
CurrentPerformanceRisk.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.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaFunctionRecommendation |
LambdaFunctionRecommendation.withCurrentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current Lambda function not meeting the performance needs of its workloads.
|
ECSServiceRecommendation |
ECSServiceRecommendation.withCurrentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current Amazon ECS service not meeting the performance needs of its workloads.
|
InstanceRecommendation |
InstanceRecommendation.withCurrentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current instance not meeting the performance needs of its workloads.
|
AutoScalingGroupRecommendation |
AutoScalingGroupRecommendation.withCurrentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current Auto Scaling group not meeting the performance needs of its workloads.
|
VolumeRecommendation |
VolumeRecommendation.withCurrentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current EBS volume not meeting the performance needs of its workloads.
|
Copyright © 2024. All rights reserved.