Uses of Class
com.amazonaws.athena.connector.lambda.data.TimeZoneKey
-
Packages that use TimeZoneKey Package Description com.amazonaws.athena.connector.lambda.data -
-
Uses of TimeZoneKey in com.amazonaws.athena.connector.lambda.data
Fields in com.amazonaws.athena.connector.lambda.data declared as TimeZoneKey Modifier and Type Field Description static TimeZoneKey
TimeZoneKey. UTC_KEY
Methods in com.amazonaws.athena.connector.lambda.data that return TimeZoneKey Modifier and Type Method Description static TimeZoneKey
TimeZoneKey. getTimeZoneKey(short timeZoneKey)
static TimeZoneKey
TimeZoneKey. getTimeZoneKey(String zoneId)
static TimeZoneKey
TimeZoneKey. getTimeZoneKeyForOffset(long offsetMinutes)
Methods in com.amazonaws.athena.connector.lambda.data that return types with arguments of type TimeZoneKey Modifier and Type Method Description static Set<TimeZoneKey>
TimeZoneKey. getTimeZoneKeys()
-