Uses of Enum
software.amazon.awssdk.services.outposts.model.CurrencyCode
Packages that use CurrencyCode
-
Uses of CurrencyCode in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return CurrencyCodeModifier and TypeMethodDescriptionfinal CurrencyCodeCreateRenewalResponse.currency()The currency of the renewal price.final CurrencyCodeSubscription.currency()The currency of the subscription price.final CurrencyCodeSubscriptionPricingDetails.currency()The currency of the price.static CurrencyCodeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CurrencyCodeReturns 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.outposts.model that return types with arguments of type CurrencyCodeMethods in software.amazon.awssdk.services.outposts.model with parameters of type CurrencyCodeModifier and TypeMethodDescriptionCreateRenewalResponse.Builder.currency(CurrencyCode currency) The currency of the renewal price.Subscription.Builder.currency(CurrencyCode currency) The currency of the subscription price.SubscriptionPricingDetails.Builder.currency(CurrencyCode currency) The currency of the price.