Uses of Class
io.trino.plugin.hive.s3.TrinoS3AclType
-
Packages that use TrinoS3AclType Package Description io.trino.plugin.hive.s3 -
-
Uses of TrinoS3AclType in io.trino.plugin.hive.s3
Methods in io.trino.plugin.hive.s3 that return TrinoS3AclType Modifier and Type Method Description @NotNull TrinoS3AclTypeHiveS3Config. getS3AclType()static TrinoS3AclTypeTrinoS3AclType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrinoS3AclType[]TrinoS3AclType. 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 TrinoS3AclType Modifier and Type Method Description HiveS3ConfigHiveS3Config. setS3AclType(TrinoS3AclType s3AclType)
-