Uses of Class
com.azure.security.keyvault.certificates.models.CertificateContact
Packages that use CertificateContact
Package
Description
Azure Key Vault is a cloud-based service
provided by Microsoft Azure that allows users to securely store and manage cryptographic certificates used for encrypting
and decrypting data.
Package containing the data models for CertificateClient.
-
Uses of CertificateContact in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return types with arguments of type CertificateContactModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<CertificateContact>CertificateAsyncClient.deleteContacts()Deletes the certificate contacts in the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.deleteContacts()Deletes the certificate contacts in the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.deleteContacts(com.azure.core.util.Context context) Deletes the certificate contacts in the key vault.com.azure.core.http.rest.PagedFlux<CertificateContact>CertificateAsyncClient.listContacts()Lists the certificate contacts in the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.listContacts()Lists the certificate contacts in the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.listContacts(com.azure.core.util.Context context) Lists the certificate contacts in the key vault.com.azure.core.http.rest.PagedFlux<CertificateContact>CertificateAsyncClient.setContacts(List<CertificateContact> contacts) Sets the certificate contacts on the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.setContacts(List<CertificateContact> contacts) Sets the certificate contacts on the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.setContacts(List<CertificateContact> contacts, com.azure.core.util.Context context) Sets the certificate contacts on the key vault.Method parameters in com.azure.security.keyvault.certificates with type arguments of type CertificateContactModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<CertificateContact>CertificateAsyncClient.setContacts(List<CertificateContact> contacts) Sets the certificate contacts on the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.setContacts(List<CertificateContact> contacts) Sets the certificate contacts on the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.setContacts(List<CertificateContact> contacts, com.azure.core.util.Context context) Sets the certificate contacts on the key vault. -
Uses of CertificateContact in com.azure.security.keyvault.certificates.models
Methods in com.azure.security.keyvault.certificates.models that return CertificateContactModifier and TypeMethodDescriptionstatic CertificateContactCertificateContact.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CertificateContact from the JsonReader.Set the email property: Email address.Set the name property: Name.Set the phone property: Phone number.