Uses of Class
org.jclouds.dynect.v3.domain.Record

Packages that use Record
org.jclouds.dynect.v3.domain   
org.jclouds.dynect.v3.features   
 

Uses of Record in org.jclouds.dynect.v3.domain
 

Subclasses of Record in org.jclouds.dynect.v3.domain
 class SOARecord
          Start of Authority per RFC 1035
 

Methods in org.jclouds.dynect.v3.domain that return Record
 Record<D> Record.Builder.build()
           
 

Methods in org.jclouds.dynect.v3.domain with parameters of type Record
<Y extends D>
CreateRecord.Builder<D>
CreateRecord.Builder.from(Record<Y> in)
           
 

Uses of Record in org.jclouds.dynect.v3.features
 

Methods in org.jclouds.dynect.v3.features that return Record
 Record<? extends Map<String,Object>> RecordApi.get(RecordId recordId)
          retrieves a resource record without regard to type
 Record<AData> RecordApi.getA(String fqdn, long recordId)
          Gets the ARecord or null if not present.
 Record<AAAAData> RecordApi.getAAAA(String fqdn, long recordId)
          Gets the AAAARecord or null if not present.
 Record<CNAMEData> RecordApi.getCNAME(String fqdn, long recordId)
          Gets the CNAMERecord or null if not present.
 Record<MXData> RecordApi.getMX(String fqdn, long recordId)
          Gets the MXRecord or null if not present.
 Record<NSData> RecordApi.getNS(String fqdn, long recordId)
          Gets the NSRecord or null if not present.
 Record<PTRData> RecordApi.getPTR(String fqdn, long recordId)
          Gets the PTRRecord or null if not present.
 Record<SPFData> RecordApi.getSPF(String fqdn, long recordId)
          Gets the SPFRecord or null if not present.
 Record<SRVData> RecordApi.getSRV(String fqdn, long recordId)
          Gets the SRVRecord or null if not present.
 Record<SSHFPData> RecordApi.getSSHFP(String fqdn, long recordId)
          Gets the SSHFPRecord or null if not present.
 Record<TXTData> RecordApi.getTXT(String fqdn, long recordId)
          Gets the TXTRecord or null if not present.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.