Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.UtilizationPreference
-
Packages that use UtilizationPreference Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of UtilizationPreference in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type UtilizationPreference Modifier and Type Method Description List<UtilizationPreference>EffectiveRecommendationPreferences. utilizationPreferences()The resource’s CPU utilization threshold preferences, such as threshold and headroom, that are used to generate rightsizing recommendations.List<UtilizationPreference>GetEffectiveRecommendationPreferencesResponse. utilizationPreferences()The resource’s CPU utilization threshold preferences, such as threshold and headroom, that were used to generate rightsizing recommendations.List<UtilizationPreference>PutRecommendationPreferencesRequest. utilizationPreferences()The preference to control the resource’s CPU utilization thresholds - threshold and headroom.List<UtilizationPreference>RecommendationPreferencesDetail. utilizationPreferences()The preference to control the resource’s CPU utilization thresholds - threshold and headroom.Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type UtilizationPreference Modifier and Type Method Description EffectiveRecommendationPreferences.BuilderEffectiveRecommendationPreferences.Builder. utilizationPreferences(UtilizationPreference... utilizationPreferences)The resource’s CPU utilization threshold preferences, such as threshold and headroom, that are used to generate rightsizing recommendations.GetEffectiveRecommendationPreferencesResponse.BuilderGetEffectiveRecommendationPreferencesResponse.Builder. utilizationPreferences(UtilizationPreference... utilizationPreferences)The resource’s CPU utilization threshold preferences, such as threshold and headroom, that were used to generate rightsizing recommendations.PutRecommendationPreferencesRequest.BuilderPutRecommendationPreferencesRequest.Builder. utilizationPreferences(UtilizationPreference... utilizationPreferences)The preference to control the resource’s CPU utilization thresholds - threshold and headroom.RecommendationPreferencesDetail.BuilderRecommendationPreferencesDetail.Builder. utilizationPreferences(UtilizationPreference... utilizationPreferences)The preference to control the resource’s CPU utilization thresholds - threshold and headroom.Method parameters in software.amazon.awssdk.services.computeoptimizer.model with type arguments of type UtilizationPreference Modifier and Type Method Description EffectiveRecommendationPreferences.BuilderEffectiveRecommendationPreferences.Builder. utilizationPreferences(Collection<UtilizationPreference> utilizationPreferences)The resource’s CPU utilization threshold preferences, such as threshold and headroom, that are used to generate rightsizing recommendations.GetEffectiveRecommendationPreferencesResponse.BuilderGetEffectiveRecommendationPreferencesResponse.Builder. utilizationPreferences(Collection<UtilizationPreference> utilizationPreferences)The resource’s CPU utilization threshold preferences, such as threshold and headroom, that were used to generate rightsizing recommendations.PutRecommendationPreferencesRequest.BuilderPutRecommendationPreferencesRequest.Builder. utilizationPreferences(Collection<UtilizationPreference> utilizationPreferences)The preference to control the resource’s CPU utilization thresholds - threshold and headroom.RecommendationPreferencesDetail.BuilderRecommendationPreferencesDetail.Builder. utilizationPreferences(Collection<UtilizationPreference> utilizationPreferences)The preference to control the resource’s CPU utilization thresholds - threshold and headroom.
-