Uses of Class
software.amazon.awssdk.services.costoptimizationhub.model.SavingsEstimationMode
-
Packages that use SavingsEstimationMode Package Description software.amazon.awssdk.services.costoptimizationhub.model -
-
Uses of SavingsEstimationMode in software.amazon.awssdk.services.costoptimizationhub.model
Methods in software.amazon.awssdk.services.costoptimizationhub.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.SavingsEstimationModeGetPreferencesResponse. savingsEstimationMode()Retrieves the status of the "savings estimation mode" preference.SavingsEstimationModeUpdatePreferencesRequest. savingsEstimationMode()Sets the "savings estimation mode" preference.SavingsEstimationModeUpdatePreferencesResponse. savingsEstimationMode()Shows the status of the "savings estimation mode" preference.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.costoptimizationhub.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.costoptimizationhub.model with parameters of type SavingsEstimationMode Modifier and Type Method Description GetPreferencesResponse.BuilderGetPreferencesResponse.Builder. savingsEstimationMode(SavingsEstimationMode savingsEstimationMode)Retrieves the status of the "savings estimation mode" preference.UpdatePreferencesRequest.BuilderUpdatePreferencesRequest.Builder. savingsEstimationMode(SavingsEstimationMode savingsEstimationMode)Sets the "savings estimation mode" preference.UpdatePreferencesResponse.BuilderUpdatePreferencesResponse.Builder. savingsEstimationMode(SavingsEstimationMode savingsEstimationMode)Shows the status of the "savings estimation mode" preference.
-