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