| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClientBase.
|
| com.microsoft.azure.keyvault.implementation |
This package contains the classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.requests |
This package contains the classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
SecretBundle |
KeyVaultClientCustom.updateSecret(UpdateSecretRequest updateSecretRequest)
Updates the attributes associated with a specified secret in a given key
vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClientCustom.updateSecretAsync(UpdateSecretRequest updateSecretRequest,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key
vault.
|
| Modifier and Type | Method and Description |
|---|---|
SecretBundle |
KeyVaultClientCustomImpl.updateSecret(UpdateSecretRequest updateSecretRequest)
Updates the attributes associated with a specified secret in a given key
vault.
|
com.microsoft.rest.ServiceFuture<SecretBundle> |
KeyVaultClientCustomImpl.updateSecretAsync(UpdateSecretRequest updateSecretRequest,
com.microsoft.rest.ServiceCallback<SecretBundle> serviceCallback)
Updates the attributes associated with a specified secret in a given key
vault.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecretRequest |
UpdateSecretRequest.Builder.build()
builds the
UpdateSecretRequest object. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/