Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.ExpectedCustomerSpendCurrencyCodeEnum
-
Packages that use ExpectedCustomerSpendCurrencyCodeEnum Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of ExpectedCustomerSpendCurrencyCodeEnum in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return ExpectedCustomerSpendCurrencyCodeEnum Modifier and Type Method Description ExpectedCustomerSpendCurrencyCodeEnumExpectedCustomerSpend. currencyCode()Indicates the currency in which the revenue estimate is provided.static ExpectedCustomerSpendCurrencyCodeEnumExpectedCustomerSpendCurrencyCodeEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ExpectedCustomerSpendCurrencyCodeEnumExpectedCustomerSpendCurrencyCodeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpectedCustomerSpendCurrencyCodeEnum[]ExpectedCustomerSpendCurrencyCodeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type ExpectedCustomerSpendCurrencyCodeEnum Modifier and Type Method Description static Set<ExpectedCustomerSpendCurrencyCodeEnum>ExpectedCustomerSpendCurrencyCodeEnum. knownValues()Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type ExpectedCustomerSpendCurrencyCodeEnum Modifier and Type Method Description ExpectedCustomerSpend.BuilderExpectedCustomerSpend.Builder. currencyCode(ExpectedCustomerSpendCurrencyCodeEnum currencyCode)Indicates the currency in which the revenue estimate is provided.
-