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