| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
CurrentPerformanceRisk |
AutoScalingGroupRecommendation.currentPerformanceRisk()
The risk of the current Auto Scaling group not meeting the performance needs of its workloads.
|
CurrentPerformanceRisk |
VolumeRecommendation.currentPerformanceRisk()
The risk of the current EBS volume not meeting the performance needs of its workloads.
|
CurrentPerformanceRisk |
ECSServiceRecommendation.currentPerformanceRisk()
The risk of the current Amazon ECS service not meeting the performance needs of its workloads.
|
CurrentPerformanceRisk |
InstanceRecommendation.currentPerformanceRisk()
The risk of the current instance not meeting the performance needs of its workloads.
|
CurrentPerformanceRisk |
LambdaFunctionRecommendation.currentPerformanceRisk()
The risk of the current Lambda function not meeting the performance needs of its workloads.
|
static CurrentPerformanceRisk |
CurrentPerformanceRisk.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<CurrentPerformanceRisk> |
CurrentPerformanceRisk.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupRecommendation.Builder |
AutoScalingGroupRecommendation.Builder.currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current Auto Scaling group not meeting the performance needs of its workloads.
|
VolumeRecommendation.Builder |
VolumeRecommendation.Builder.currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current EBS volume not meeting the performance needs of its workloads.
|
ECSServiceRecommendation.Builder |
ECSServiceRecommendation.Builder.currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current Amazon ECS service not meeting the performance needs of its workloads.
|
InstanceRecommendation.Builder |
InstanceRecommendation.Builder.currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current instance not meeting the performance needs of its workloads.
|
LambdaFunctionRecommendation.Builder |
LambdaFunctionRecommendation.Builder.currentPerformanceRisk(CurrentPerformanceRisk currentPerformanceRisk)
The risk of the current Lambda function not meeting the performance needs of its workloads.
|
Copyright © 2023. All rights reserved.