Uses of Class
com.microsoft.azure.keyvault.requests.SetSecretRequest.Builder
-
Packages that use SetSecretRequest.Builder Package Description com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of SetSecretRequest.Builder in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return SetSecretRequest.Builder Modifier and Type Method Description SetSecretRequest.Builder
SetSecretRequest.Builder. withAttributes(Attributes attributes)
Set the attributes value.SetSecretRequest.Builder
SetSecretRequest.Builder. withContentType(String contentType)
Set the content type value.SetSecretRequest.Builder
SetSecretRequest.Builder. withTags(Map<String,String> tags)
Set the tags value.
-