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.BuilderUpdateSecretRequest.Builder. withAttributes(Attributes attributes)Set the attributes value.UpdateSecretRequest.BuilderUpdateSecretRequest.Builder. withContentType(String contentType)Set the content type value.UpdateSecretRequest.BuilderUpdateSecretRequest.Builder. withTags(Map<String,String> tags)Set the tags value.UpdateSecretRequest.BuilderUpdateSecretRequest.Builder. withVersion(String version)Sets the secret version.
-