| Package | Description |
|---|---|
| com.microsoft.azure.keyvault |
This package contains the classes for KeyVaultClient.
|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClient.
|
| Modifier and Type | Method and Description |
|---|---|
Contacts |
KeyVaultClient.deleteCertificateContacts(String vaultBaseUrl)
Deletes the certificate contacts for the specified vault.
|
Contacts |
KeyVaultClient.getCertificateContacts(String vaultBaseUrl)
Gets the certificate contacts for the specified vault.
|
Contacts |
KeyVaultClient.setCertificateContacts(String vaultBaseUrl,
Contacts contacts)
Sets the certificate contacts for the specified vault.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<Contacts> |
KeyVaultClient.deleteCertificateContactsAsync(String vaultBaseUrl,
com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)
Deletes the certificate contacts for the specified vault.
|
com.microsoft.rest.ServiceFuture<Contacts> |
KeyVaultClient.getCertificateContactsAsync(String vaultBaseUrl,
com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)
Gets the certificate contacts for the specified vault.
|
com.microsoft.rest.ServiceFuture<Contacts> |
KeyVaultClient.setCertificateContactsAsync(String vaultBaseUrl,
Contacts contacts,
com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)
Sets the certificate contacts for the specified vault.
|
| Modifier and Type | Method and Description |
|---|---|
Contacts |
KeyVaultClient.setCertificateContacts(String vaultBaseUrl,
Contacts contacts)
Sets the certificate contacts for the specified vault.
|
com.microsoft.rest.ServiceFuture<Contacts> |
KeyVaultClient.setCertificateContactsAsync(String vaultBaseUrl,
Contacts contacts,
com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)
Sets the certificate contacts for the specified vault.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.ServiceFuture<Contacts> |
KeyVaultClient.deleteCertificateContactsAsync(String vaultBaseUrl,
com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)
Deletes the certificate contacts for the specified vault.
|
com.microsoft.rest.ServiceFuture<Contacts> |
KeyVaultClient.getCertificateContactsAsync(String vaultBaseUrl,
com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)
Gets the certificate contacts for the specified vault.
|
com.microsoft.rest.ServiceFuture<Contacts> |
KeyVaultClient.setCertificateContactsAsync(String vaultBaseUrl,
Contacts contacts,
com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)
Sets the certificate contacts for the specified vault.
|
| Modifier and Type | Method and Description |
|---|---|
Contacts |
Contacts.withContactList(List<Contact> contactList)
Set the contactList value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/