Uses of Class
com.microsoft.azure.keyvault.requests.ImportKeyRequest.Builder
-
Packages that use ImportKeyRequest.Builder Package Description com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of ImportKeyRequest.Builder in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return ImportKeyRequest.Builder Modifier and Type Method Description ImportKeyRequest.Builder
ImportKeyRequest.Builder. withAttributes(Attributes attributes)
Set the key attributes value.ImportKeyRequest.Builder
ImportKeyRequest.Builder. withHsm(boolean isHsm)
Set the isHsm to true if the key is imported as a hardware key to HSM, false otherwise.ImportKeyRequest.Builder
ImportKeyRequest.Builder. withTags(Map<String,String> tags)
Set the tags value.
-