Uses of Class
io.trino.plugin.hive.s3.TrinoS3SignerType
-
Packages that use TrinoS3SignerType Package Description io.trino.plugin.hive.s3 -
-
Uses of TrinoS3SignerType in io.trino.plugin.hive.s3
Methods in io.trino.plugin.hive.s3 that return TrinoS3SignerType Modifier and Type Method Description TrinoS3SignerTypeHiveS3Config. getS3SignerType()static TrinoS3SignerTypeTrinoS3SignerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrinoS3SignerType[]TrinoS3SignerType. 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 TrinoS3SignerType Modifier and Type Method Description HiveS3ConfigHiveS3Config. setS3SignerType(TrinoS3SignerType s3SignerType)
-