| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
CurrentPerformanceRiskRatings |
CurrentPerformanceRiskRatings.clone() |
CurrentPerformanceRiskRatings |
RecommendationSummary.getCurrentPerformanceRiskRatings()
An object that describes the performance risk ratings for a given resource type.
|
CurrentPerformanceRiskRatings |
CurrentPerformanceRiskRatings.withHigh(Long high)
A count of the applicable resource types with a high performance risk rating.
|
CurrentPerformanceRiskRatings |
CurrentPerformanceRiskRatings.withLow(Long low)
A count of the applicable resource types with a low performance risk rating.
|
CurrentPerformanceRiskRatings |
CurrentPerformanceRiskRatings.withMedium(Long medium)
A count of the applicable resource types with a medium performance risk rating.
|
CurrentPerformanceRiskRatings |
CurrentPerformanceRiskRatings.withVeryLow(Long veryLow)
A count of the applicable resource types with a very low performance risk rating.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationSummary.setCurrentPerformanceRiskRatings(CurrentPerformanceRiskRatings currentPerformanceRiskRatings)
An object that describes the performance risk ratings for a given resource type.
|
RecommendationSummary |
RecommendationSummary.withCurrentPerformanceRiskRatings(CurrentPerformanceRiskRatings currentPerformanceRiskRatings)
An object that describes the performance risk ratings for a given resource type.
|
Copyright © 2022. All rights reserved.