| 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.withPlatformDifferences(Collection<String> platformDifferences)
Describes the configuration differences between the current instance and the recommended instance type.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withPlatformDifferences(PlatformDifference... platformDifferences)
Describes the configuration differences between the current instance and the recommended instance type.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withPlatformDifferences(String... platformDifferences)
Describes the configuration differences between the current instance and the recommended instance type.
|
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.
|
InstanceRecommendationOption |
InstanceRecommendationOption.withSavingsOpportunity(SavingsOpportunity savingsOpportunity)
An object that describes the savings opportunity for 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 © 2022. All rights reserved.