Uses of Class
com.microsoft.azure.keyvault.requests.UpdateKeyRequest.Builder
-
Packages that use UpdateKeyRequest.Builder Package Description com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of UpdateKeyRequest.Builder in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return UpdateKeyRequest.Builder Modifier and Type Method Description UpdateKeyRequest.Builder
UpdateKeyRequest.Builder. withAttributes(Attributes attributes)
Set the key attributes value.UpdateKeyRequest.Builder
UpdateKeyRequest.Builder. withKeyOperations(List<JsonWebKeyOperation> keyOperations)
Set the key operations value.UpdateKeyRequest.Builder
UpdateKeyRequest.Builder. withTags(Map<String,String> tags)
Set the tags value.UpdateKeyRequest.Builder
UpdateKeyRequest.Builder. withVersion(String keyVersion)
Set the key version value.
-