Uses of Class
com.azure.resourcemanager.securityinsights.models.EnrichmentDomainWhoisContact
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of EnrichmentDomainWhoisContact in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEnrichmentDomainWhoisContacts.admin()
Get the admin property: The admin contact for this whois record.EnrichmentDomainWhoisContacts.billing()
Get the billing property: The billing contact for this whois record.EnrichmentDomainWhoisContacts.registrant()
Get the registrant property: The registrant contact for this whois record.EnrichmentDomainWhoisContacts.tech()
Get the tech property: The technical contact for this whois record.Set the city property: The city for this contact.EnrichmentDomainWhoisContact.withCountry
(String country) Set the country property: The country for this contact.Set the email property: The email address for this contact.Set the fax property: The fax number for this contact.Set the name property: The name of this contact.Set the org property: The organization for this contact.Set the phone property: The phone number for this contact.EnrichmentDomainWhoisContact.withPostal
(String postal) Set the postal property: The postal code for this contact.Set the state property: The state for this contact.EnrichmentDomainWhoisContact.withStreet
(List<String> street) Set the street property: A list describing the street address for this contact.Modifier and TypeMethodDescriptionEnrichmentDomainWhoisContacts.withAdmin
(EnrichmentDomainWhoisContact admin) Set the admin property: The admin contact for this whois record.EnrichmentDomainWhoisContacts.withBilling
(EnrichmentDomainWhoisContact billing) Set the billing property: The billing contact for this whois record.EnrichmentDomainWhoisContacts.withRegistrant
(EnrichmentDomainWhoisContact registrant) Set the registrant property: The registrant contact for this whois record.EnrichmentDomainWhoisContacts.withTech
(EnrichmentDomainWhoisContact tech) Set the tech property: The technical contact for this whois record.