Interface DomainResource

All Known Subinterfaces:
DelegatedDomainResource, ZoneDomainResource

public interface DomainResource
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the name of this domain.
    Return all the resource records associated with this domain
  • Method Details

    • getName

      String getName()
      Return the name of this domain. Names with and without the terminating "." are permitted
      Returns:
    • getRecords

      List<DomainResourceRecord> getRecords()
      Return all the resource records associated with this domain
      Returns: