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.BuilderSetSecretRequest.Builder. withAttributes(Attributes attributes)Set the attributes value.SetSecretRequest.BuilderSetSecretRequest.Builder. withContentType(String contentType)Set the content type value.SetSecretRequest.BuilderSetSecretRequest.Builder. withTags(Map<String,String> tags)Set the tags value.
-