Uses of Class
com.azure.security.keyvault.certificates.models.CertificateContact
Packages that use CertificateContact
Package
Description
Package containing the data models for Certificates clients.
-
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
Classes in com.azure.security.keyvault.certificates.models that implement interfaces with type arguments of type CertificateContactModifier and TypeClassDescriptionfinal classThe contact information for the vault certificates.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.