Uses of Class
com.microsoft.azure.keyvault.models.Contacts
-
Packages that use Contacts 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.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of Contacts in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault that return Contacts Modifier and Type Method Description ContactsKeyVaultClientBase. deleteCertificateContacts(String vaultBaseUrl)Deletes the certificate contacts for a specified key vault.ContactsKeyVaultClientBase. getCertificateContacts(String vaultBaseUrl)Lists the certificate contacts for a specified key vault.ContactsKeyVaultClientBase. setCertificateContacts(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.Methods in com.microsoft.azure.keyvault that return types with arguments of type Contacts Modifier and Type Method Description rx.Observable<Contacts>KeyVaultClientBase. deleteCertificateContactsAsync(String vaultBaseUrl)Deletes the certificate contacts for a specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBase. deleteCertificateContactsAsync(String vaultBaseUrl, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Deletes the certificate contacts for a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<Contacts>>KeyVaultClientBase. deleteCertificateContactsWithServiceResponseAsync(String vaultBaseUrl)Deletes the certificate contacts for a specified key vault.rx.Observable<Contacts>KeyVaultClientBase. getCertificateContactsAsync(String vaultBaseUrl)Lists the certificate contacts for a specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBase. getCertificateContactsAsync(String vaultBaseUrl, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Lists the certificate contacts for a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<Contacts>>KeyVaultClientBase. getCertificateContactsWithServiceResponseAsync(String vaultBaseUrl)Lists the certificate contacts for a specified key vault.rx.Observable<Contacts>KeyVaultClientBase. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBase. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Sets the certificate contacts for the specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<Contacts>>KeyVaultClientBase. setCertificateContactsWithServiceResponseAsync(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.Methods in com.microsoft.azure.keyvault with parameters of type Contacts Modifier and Type Method Description ContactsKeyVaultClientBase. setCertificateContacts(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.rx.Observable<Contacts>KeyVaultClientBase. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBase. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Sets the certificate contacts for the specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<Contacts>>KeyVaultClientBase. setCertificateContactsWithServiceResponseAsync(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.Method parameters in com.microsoft.azure.keyvault with type arguments of type Contacts Modifier and Type Method Description com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBase. deleteCertificateContactsAsync(String vaultBaseUrl, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Deletes the certificate contacts for a specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBase. getCertificateContactsAsync(String vaultBaseUrl, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Lists the certificate contacts for a specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBase. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Sets the certificate contacts for the specified key vault. -
Uses of Contacts in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation that return Contacts Modifier and Type Method Description ContactsKeyVaultClientBaseImpl. deleteCertificateContacts(String vaultBaseUrl)Deletes the certificate contacts for a specified key vault.ContactsKeyVaultClientBaseImpl. getCertificateContacts(String vaultBaseUrl)Lists the certificate contacts for a specified key vault.ContactsKeyVaultClientBaseImpl. setCertificateContacts(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.Methods in com.microsoft.azure.keyvault.implementation that return types with arguments of type Contacts Modifier and Type Method Description rx.Observable<Contacts>KeyVaultClientBaseImpl. deleteCertificateContactsAsync(String vaultBaseUrl)Deletes the certificate contacts for a specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBaseImpl. deleteCertificateContactsAsync(String vaultBaseUrl, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Deletes the certificate contacts for a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<Contacts>>KeyVaultClientBaseImpl. deleteCertificateContactsWithServiceResponseAsync(String vaultBaseUrl)Deletes the certificate contacts for a specified key vault.rx.Observable<Contacts>KeyVaultClientBaseImpl. getCertificateContactsAsync(String vaultBaseUrl)Lists the certificate contacts for a specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBaseImpl. getCertificateContactsAsync(String vaultBaseUrl, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Lists the certificate contacts for a specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<Contacts>>KeyVaultClientBaseImpl. getCertificateContactsWithServiceResponseAsync(String vaultBaseUrl)Lists the certificate contacts for a specified key vault.rx.Observable<Contacts>KeyVaultClientBaseImpl. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBaseImpl. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Sets the certificate contacts for the specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<Contacts>>KeyVaultClientBaseImpl. setCertificateContactsWithServiceResponseAsync(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.Methods in com.microsoft.azure.keyvault.implementation with parameters of type Contacts Modifier and Type Method Description ContactsKeyVaultClientBaseImpl. setCertificateContacts(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.rx.Observable<Contacts>KeyVaultClientBaseImpl. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBaseImpl. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Sets the certificate contacts for the specified key vault.rx.Observable<com.microsoft.rest.ServiceResponse<Contacts>>KeyVaultClientBaseImpl. setCertificateContactsWithServiceResponseAsync(String vaultBaseUrl, Contacts contacts)Sets the certificate contacts for the specified key vault.Method parameters in com.microsoft.azure.keyvault.implementation with type arguments of type Contacts Modifier and Type Method Description com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBaseImpl. deleteCertificateContactsAsync(String vaultBaseUrl, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Deletes the certificate contacts for a specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBaseImpl. getCertificateContactsAsync(String vaultBaseUrl, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Lists the certificate contacts for a specified key vault.com.microsoft.rest.ServiceFuture<Contacts>KeyVaultClientBaseImpl. setCertificateContactsAsync(String vaultBaseUrl, Contacts contacts, com.microsoft.rest.ServiceCallback<Contacts> serviceCallback)Sets the certificate contacts for the specified key vault. -
Uses of Contacts in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return Contacts Modifier and Type Method Description ContactsContacts. withContactList(List<Contact> contactList)Set the contactList value.
-