Uses of Class
org.jclouds.dynect.v3.domain.rdata.MXData
-
Packages that use MXData Package Description org.jclouds.dynect.v3.domain.rdata org.jclouds.dynect.v3.features -
-
Uses of MXData in org.jclouds.dynect.v3.domain.rdata
Methods in org.jclouds.dynect.v3.domain.rdata that return MXData Modifier and Type Method Description MXDataMXData.Builder. build()static MXDataMXData. mx(int preference, String exchange)Methods in org.jclouds.dynect.v3.domain.rdata with parameters of type MXData Modifier and Type Method Description MXData.BuilderMXData.Builder. from(MXData in) -
Uses of MXData in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features that return types with arguments of type MXData Modifier and Type Method Description Record<MXData>RecordApi. getMX(String fqdn, long recordId)Gets theMXRecordor null if not present.
-