Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.LookBackPeriodPreference
-
Packages that use LookBackPeriodPreference Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of LookBackPeriodPreference in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return LookBackPeriodPreference Modifier and Type Method Description static LookBackPeriodPreferenceLookBackPeriodPreference. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LookBackPeriodPreferenceEffectiveRecommendationPreferences. lookBackPeriod()The number of days the utilization metrics of the Amazon Web Services resource are analyzed.LookBackPeriodPreferenceGetEffectiveRecommendationPreferencesResponse. lookBackPeriod()The number of days the utilization metrics of the Amazon Web Services resource are analyzed.LookBackPeriodPreferencePutRecommendationPreferencesRequest. lookBackPeriod()The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed.LookBackPeriodPreferenceRecommendationPreferencesDetail. lookBackPeriod()The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed.static LookBackPeriodPreferenceLookBackPeriodPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static LookBackPeriodPreference[]LookBackPeriodPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type LookBackPeriodPreference Modifier and Type Method Description static Set<LookBackPeriodPreference>LookBackPeriodPreference. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type LookBackPeriodPreference Modifier and Type Method Description EffectiveRecommendationPreferences.BuilderEffectiveRecommendationPreferences.Builder. lookBackPeriod(LookBackPeriodPreference lookBackPeriod)The number of days the utilization metrics of the Amazon Web Services resource are analyzed.GetEffectiveRecommendationPreferencesResponse.BuilderGetEffectiveRecommendationPreferencesResponse.Builder. lookBackPeriod(LookBackPeriodPreference lookBackPeriod)The number of days the utilization metrics of the Amazon Web Services resource are analyzed.PutRecommendationPreferencesRequest.BuilderPutRecommendationPreferencesRequest.Builder. lookBackPeriod(LookBackPeriodPreference lookBackPeriod)The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed.RecommendationPreferencesDetail.BuilderRecommendationPreferencesDetail.Builder. lookBackPeriod(LookBackPeriodPreference lookBackPeriod)The preference to control the number of days the utilization metrics of the Amazon Web Services resource are analyzed.
-