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 MXData
MXData.Builder. build()
static MXData
MXData. mx(int preference, String exchange)
Methods in org.jclouds.dynect.v3.domain.rdata with parameters of type MXData Modifier and Type Method Description MXData.Builder
MXData.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 theMXRecord
or null if not present.
-