Uses of Class
org.jclouds.azurecompute.arm.domain.Key
-
Packages that use Key Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Key in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Key Modifier and Type Method Description static KeyKey. create(String kid, Key.KeyAttributes attributes, boolean managed, Map<String,String> tags) -
Uses of Key in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type Key Modifier and Type Method Description List<Key>VaultApi. getKeyVersions(URI vaultBaseUrl, String keyName)List<Key>VaultApi. listKeys(URI keyVaultUri)
-