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