Uses of Class
org.apache.jackrabbit.oak.segment.azure.util.AzureConfigurationParserUtils.AzureConnectionKey
-
Packages that use AzureConfigurationParserUtils.AzureConnectionKey Package Description org.apache.jackrabbit.oak.segment.azure.util -
-
Uses of AzureConfigurationParserUtils.AzureConnectionKey in org.apache.jackrabbit.oak.segment.azure.util
Methods in org.apache.jackrabbit.oak.segment.azure.util that return AzureConfigurationParserUtils.AzureConnectionKey Modifier and Type Method Description static AzureConfigurationParserUtils.AzureConnectionKeyAzureConfigurationParserUtils.AzureConnectionKey. valueOf(String name)Returns the enum constant of this type with the specified name.static AzureConfigurationParserUtils.AzureConnectionKey[]AzureConfigurationParserUtils.AzureConnectionKey. values()Returns an array containing the constants of this enum type, in the order they are declared.
-