Uses of Class
org.jclouds.azurecompute.arm.domain.Key.DeletedKeyBundle
-
Packages that use Key.DeletedKeyBundle Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of Key.DeletedKeyBundle in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return Key.DeletedKeyBundle Modifier and Type Method Description static Key.DeletedKeyBundle
Key.DeletedKeyBundle. create(Key.KeyAttributes attributes, String deletedDate, Key.JsonWebKey key, boolean managed, String recoveryId, String scheduledPurgeDate, Map<String,String> tags)
-
Uses of Key.DeletedKeyBundle in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features that return Key.DeletedKeyBundle Modifier and Type Method Description Key.DeletedKeyBundle
VaultApi. deleteKey(URI vaultBaseUrl, String keyName)
Key.DeletedKeyBundle
VaultApi. getDeletedKey(URI vaultBaseUrl, String keyName)
Methods in org.jclouds.azurecompute.arm.features that return types with arguments of type Key.DeletedKeyBundle Modifier and Type Method Description List<Key.DeletedKeyBundle>
VaultApi. listDeletedKeys(URI vaultBaseUrl)
-