| Package | Description |
|---|---|
| software.amazon.awssdk.services.agcod.model |
| Modifier and Type | Method and Description |
|---|---|
CurrencyCode |
AgcodValue.currencyCode()
USD for US, EUR for EU, JPY for JP, CAD for CA, AUD for AU, TRY for TR, AED for UAE
|
static CurrencyCode |
CurrencyCode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CurrencyCode |
CurrencyCode.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CurrencyCode> |
CurrencyCode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AgcodValue.Builder |
AgcodValue.Builder.currencyCode(CurrencyCode currencyCode)
USD for US, EUR for EU, JPY for JP, CAD for CA, AUD for AU, TRY for TR, AED for UAE
|
Copyright © 2020. All rights reserved.