Uses of Class
io.trino.plugin.hive.s3.TrinoS3SseType
-
Packages that use TrinoS3SseType Package Description io.trino.plugin.hive.s3 -
-
Uses of TrinoS3SseType in io.trino.plugin.hive.s3
Methods in io.trino.plugin.hive.s3 that return TrinoS3SseType Modifier and Type Method Description @NotNull TrinoS3SseTypeHiveS3Config. getS3SseType()static TrinoS3SseTypeTrinoS3SseType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrinoS3SseType[]TrinoS3SseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.trino.plugin.hive.s3 with parameters of type TrinoS3SseType Modifier and Type Method Description HiveS3ConfigHiveS3Config. setS3SseType(TrinoS3SseType s3SseType)
-