Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.CurrentPerformanceRiskRatings.Builder
-
Packages that use CurrentPerformanceRiskRatings.Builder Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of CurrentPerformanceRiskRatings.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return CurrentPerformanceRiskRatings.Builder Modifier and Type Method Description static CurrentPerformanceRiskRatings.BuilderCurrentPerformanceRiskRatings. builder()CurrentPerformanceRiskRatings.BuilderCurrentPerformanceRiskRatings.Builder. high(Long high)A count of the applicable resource types with a high performance risk rating.CurrentPerformanceRiskRatings.BuilderCurrentPerformanceRiskRatings.Builder. low(Long low)A count of the applicable resource types with a low performance risk rating.CurrentPerformanceRiskRatings.BuilderCurrentPerformanceRiskRatings.Builder. medium(Long medium)A count of the applicable resource types with a medium performance risk rating.CurrentPerformanceRiskRatings.BuilderCurrentPerformanceRiskRatings. toBuilder()CurrentPerformanceRiskRatings.BuilderCurrentPerformanceRiskRatings.Builder. veryLow(Long veryLow)A count of the applicable resource types with a very low performance risk rating.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type CurrentPerformanceRiskRatings.Builder Modifier and Type Method Description static Class<? extends CurrentPerformanceRiskRatings.Builder>CurrentPerformanceRiskRatings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type CurrentPerformanceRiskRatings.Builder Modifier and Type Method Description default RecommendationSummary.BuilderRecommendationSummary.Builder. currentPerformanceRiskRatings(Consumer<CurrentPerformanceRiskRatings.Builder> currentPerformanceRiskRatings)An object that describes the performance risk ratings for a given resource type.
-