Uses of Class
com.tagtraum.ubermusic.amazon.LocaleConfiguration
-
Packages that use LocaleConfiguration Package Description com.tagtraum.ubermusic.amazon Offers access to Amazon and basic caching infrastructure. -
-
Uses of LocaleConfiguration in com.tagtraum.ubermusic.amazon
Methods in com.tagtraum.ubermusic.amazon that return LocaleConfiguration Modifier and Type Method Description static LocaleConfiguration
LocaleConfiguration. getInstance(Locale locale)
Factory method for a LocaleConfiguration object.LocaleConfiguration
Amazon. getLocaleConfiguration()
Methods in com.tagtraum.ubermusic.amazon with parameters of type LocaleConfiguration Modifier and Type Method Description String
SignedRequestsHelper. sign(Map<String,String> params, LocaleConfiguration localeConfiguration)
String
SignedRequestsHelper. timelessSign(Map<String,String> params, LocaleConfiguration localeConfiguration)
-