Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.CurrencyCode
-
Packages that use CurrencyCode Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of CurrencyCode in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return CurrencyCode Modifier and Type Method Description CurrencyCodeCreateWorkloadEstimateResponse. costCurrency()The currency of the estimated cost.CurrencyCodeGetWorkloadEstimateResponse. costCurrency()The currency of the estimated cost.CurrencyCodeUpdateWorkloadEstimateResponse. costCurrency()The currency of the updated estimated cost.CurrencyCodeWorkloadEstimateSummary. costCurrency()The currency of the estimated cost.CurrencyCodeBatchCreateWorkloadEstimateUsageItem. currency()The currency of the estimated cost.CurrencyCodeCostAmount. currency()The currency code for the cost amount.CurrencyCodeWorkloadEstimateUsageItem. currency()The currency of the estimated cost.static CurrencyCodeCurrencyCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CurrencyCodeCurrencyCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrencyCode[]CurrencyCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type CurrencyCode Modifier and Type Method Description static Set<CurrencyCode>CurrencyCode. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type CurrencyCode Modifier and Type Method Description CreateWorkloadEstimateResponse.BuilderCreateWorkloadEstimateResponse.Builder. costCurrency(CurrencyCode costCurrency)The currency of the estimated cost.GetWorkloadEstimateResponse.BuilderGetWorkloadEstimateResponse.Builder. costCurrency(CurrencyCode costCurrency)The currency of the estimated cost.UpdateWorkloadEstimateResponse.BuilderUpdateWorkloadEstimateResponse.Builder. costCurrency(CurrencyCode costCurrency)The currency of the updated estimated cost.WorkloadEstimateSummary.BuilderWorkloadEstimateSummary.Builder. costCurrency(CurrencyCode costCurrency)The currency of the estimated cost.BatchCreateWorkloadEstimateUsageItem.BuilderBatchCreateWorkloadEstimateUsageItem.Builder. currency(CurrencyCode currency)The currency of the estimated cost.CostAmount.BuilderCostAmount.Builder. currency(CurrencyCode currency)The currency code for the cost amount.WorkloadEstimateUsageItem.BuilderWorkloadEstimateUsageItem.Builder. currency(CurrencyCode currency)The currency of the estimated cost.
-