Uses of Class
org.jclouds.dynect.v3.domain.rdata.PTRData
-
Packages that use PTRData Package Description org.jclouds.dynect.v3.domain.rdata org.jclouds.dynect.v3.features -
-
Uses of PTRData in org.jclouds.dynect.v3.domain.rdata
Methods in org.jclouds.dynect.v3.domain.rdata that return PTRData Modifier and Type Method Description PTRData
PTRData.Builder. build()
static PTRData
PTRData. ptr(String ptrdname)
Methods in org.jclouds.dynect.v3.domain.rdata with parameters of type PTRData Modifier and Type Method Description PTRData.Builder
PTRData.Builder. from(PTRData in)
-
Uses of PTRData in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features that return types with arguments of type PTRData Modifier and Type Method Description Record<PTRData>
RecordApi. getPTR(String fqdn, long recordId)
Gets thePTRRecord
or null if not present.
-