Uses of Class
com.amazonaws.athena.connector.lambda.metadata.optimizations.querypassthrough.QueryPassthrough
-
Packages that use QueryPassthrough Package Description com.amazonaws.athena.connector.lambda.metadata.optimizations.querypassthrough -
-
Uses of QueryPassthrough in com.amazonaws.athena.connector.lambda.metadata.optimizations.querypassthrough
Methods in com.amazonaws.athena.connector.lambda.metadata.optimizations.querypassthrough that return QueryPassthrough Modifier and Type Method Description static QueryPassthrough
QueryPassthrough. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryPassthrough[]
QueryPassthrough. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-