Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.SavingsEstimationMode
-
Packages that use SavingsEstimationMode Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of SavingsEstimationMode in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return SavingsEstimationMode Modifier and Type Method Description static SavingsEstimationModeSavingsEstimationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SavingsEstimationModePutRecommendationPreferencesRequest. savingsEstimationMode()The status of the savings estimation mode preference to create or update.SavingsEstimationModeRecommendationPreferencesDetail. savingsEstimationMode()Describes the savings estimation mode used for calculating savings opportunity.static SavingsEstimationModeSavingsEstimationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SavingsEstimationMode[]SavingsEstimationMode. 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 SavingsEstimationMode Modifier and Type Method Description static Set<SavingsEstimationMode>SavingsEstimationMode. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type SavingsEstimationMode Modifier and Type Method Description PutRecommendationPreferencesRequest.BuilderPutRecommendationPreferencesRequest.Builder. savingsEstimationMode(SavingsEstimationMode savingsEstimationMode)The status of the savings estimation mode preference to create or update.RecommendationPreferencesDetail.BuilderRecommendationPreferencesDetail.Builder. savingsEstimationMode(SavingsEstimationMode savingsEstimationMode)Describes the savings estimation mode used for calculating savings opportunity.
-