Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.Currency
-
Packages that use Currency Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of Currency in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return Currency Modifier and Type Method Description CurrencyAutoScalingGroupEstimatedMonthlySavings. currency()The currency of the estimated monthly savings.CurrencyEBSEstimatedMonthlySavings. currency()The currency of the estimated monthly savings.CurrencyECSEstimatedMonthlySavings. currency()The currency of the estimated monthly savings.CurrencyEstimatedMonthlySavings. currency()The currency of the estimated monthly savings.CurrencyInstanceEstimatedMonthlySavings. currency()The currency of the estimated monthly savings.CurrencyLambdaEstimatedMonthlySavings. currency()The currency of the estimated monthly savings.static CurrencyCurrency. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CurrencyCurrency. valueOf(String name)Returns the enum constant of this type with the specified name.static Currency[]Currency. 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 Currency Modifier and Type Method Description static Set<Currency>Currency. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type Currency Modifier and Type Method Description AutoScalingGroupEstimatedMonthlySavings.BuilderAutoScalingGroupEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.EBSEstimatedMonthlySavings.BuilderEBSEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.ECSEstimatedMonthlySavings.BuilderECSEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.EstimatedMonthlySavings.BuilderEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.InstanceEstimatedMonthlySavings.BuilderInstanceEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.LambdaEstimatedMonthlySavings.BuilderLambdaEstimatedMonthlySavings.Builder. currency(Currency currency)The currency of the estimated monthly savings.
-