| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static CurrentPerformanceRiskRatings.Builder |
CurrentPerformanceRiskRatings.builder() |
CurrentPerformanceRiskRatings.Builder |
CurrentPerformanceRiskRatings.Builder.high(Long high)
A count of the applicable resource types with a high performance risk rating.
|
CurrentPerformanceRiskRatings.Builder |
CurrentPerformanceRiskRatings.Builder.low(Long low)
A count of the applicable resource types with a low performance risk rating.
|
CurrentPerformanceRiskRatings.Builder |
CurrentPerformanceRiskRatings.Builder.medium(Long medium)
A count of the applicable resource types with a medium performance risk rating.
|
CurrentPerformanceRiskRatings.Builder |
CurrentPerformanceRiskRatings.toBuilder() |
CurrentPerformanceRiskRatings.Builder |
CurrentPerformanceRiskRatings.Builder.veryLow(Long veryLow)
A count of the applicable resource types with a very low performance risk rating.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CurrentPerformanceRiskRatings.Builder> |
CurrentPerformanceRiskRatings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RecommendationSummary.Builder |
RecommendationSummary.Builder.currentPerformanceRiskRatings(Consumer<CurrentPerformanceRiskRatings.Builder> currentPerformanceRiskRatings)
An object that describes the performance risk ratings for a given resource type.
|
Copyright © 2023. All rights reserved.