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.BuilderUpdateKeyRequest.Builder. withAttributes(Attributes attributes)Set the key attributes value.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. withKeyOperations(List<JsonWebKeyOperation> keyOperations)Set the key operations value.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. withTags(Map<String,String> tags)Set the tags value.UpdateKeyRequest.BuilderUpdateKeyRequest.Builder. withVersion(String keyVersion)Set the key version value.
-