Uses of Class
net.snowflake.hivemetastoreconnector.util.StageCredentialUtil.StageCredentialType
-
Packages that use StageCredentialUtil.StageCredentialType Package Description net.snowflake.hivemetastoreconnector.util -
-
Uses of StageCredentialUtil.StageCredentialType in net.snowflake.hivemetastoreconnector.util
Methods in net.snowflake.hivemetastoreconnector.util that return StageCredentialUtil.StageCredentialType Modifier and Type Method Description static StageCredentialUtil.StageCredentialTypeStageCredentialUtil.StageCredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static StageCredentialUtil.StageCredentialType[]StageCredentialUtil.StageCredentialType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-