| 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 |
|---|---|
KeyBundle |
KeyVaultClientCustom.updateKey(UpdateKeyRequest updateKeyRequest)
The update key operation changes specified attributes of a stored key and can
be applied to any key type and key version stored in Azure Key Vault.
|
com.microsoft.rest.ServiceFuture<KeyBundle> |
KeyVaultClientCustom.updateKeyAsync(UpdateKeyRequest updateKeyRequest,
com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can
be applied to any key type and key version stored in Azure Key Vault.
|
| Modifier and Type | Method and Description |
|---|---|
KeyBundle |
KeyVaultClientCustomImpl.updateKey(UpdateKeyRequest updateKeyRequest)
The update key operation changes specified attributes of a stored key and can
be applied to any key type and key version stored in Azure Key Vault.
|
com.microsoft.rest.ServiceFuture<KeyBundle> |
KeyVaultClientCustomImpl.updateKeyAsync(UpdateKeyRequest updateKeyRequest,
com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
The update key operation changes specified attributes of a stored key and can
be applied to any key type and key version stored in Azure Key Vault.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateKeyRequest |
UpdateKeyRequest.Builder.build()
builds the
UpdateKeyRequest object. |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/