| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceRecommendationOption |
InstanceRecommendationOption.clone() |
InstanceRecommendationOption |
InstanceRecommendationOption.withInstanceType(String instanceType)
The instance type of the instance recommendation.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withPerformanceRisk(Double performanceRisk)
The performance risk of the instance recommendation option.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withProjectedUtilizationMetrics(Collection<UtilizationMetric> projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the instance recommendation option.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withProjectedUtilizationMetrics(UtilizationMetric... projectedUtilizationMetrics)
An array of objects that describe the projected utilization metrics of the instance recommendation option.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withRank(Integer rank)
The rank of the instance recommendation option.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceRecommendationOption> |
InstanceRecommendation.getRecommendationOptions()
An array of objects that describe the recommendation options for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceRecommendation |
InstanceRecommendation.withRecommendationOptions(InstanceRecommendationOption... recommendationOptions)
An array of objects that describe the recommendation options for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceRecommendation.setRecommendationOptions(Collection<InstanceRecommendationOption> recommendationOptions)
An array of objects that describe the recommendation options for the instance.
|
InstanceRecommendation |
InstanceRecommendation.withRecommendationOptions(Collection<InstanceRecommendationOption> recommendationOptions)
An array of objects that describe the recommendation options for the instance.
|
Copyright © 2020. All rights reserved.