Uses of Class
org.jclouds.glesys.domain.DomainRecord

Packages that use DomainRecord
org.jclouds.glesys.domain   
org.jclouds.glesys.features   
 

Uses of DomainRecord in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return DomainRecord
 DomainRecord DomainRecord.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type DomainRecord
 T DomainRecord.Builder.fromDomainRecord(DomainRecord in)
           
 

Uses of DomainRecord in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features that return DomainRecord
 DomainRecord DomainApi.createRecord(String domain, String host, String type, String data, AddRecordOptions... options)
          Add a DNS Record
 DomainRecord DomainApi.updateRecord(String recordId, UpdateRecordOptions options)
          Modify a specific DNS Record
 

Methods in org.jclouds.glesys.features that return types with arguments of type DomainRecord
 com.google.common.util.concurrent.ListenableFuture<DomainRecord> DomainAsyncApi.createRecord(String domain, String host, String type, String data, AddRecordOptions... options)
           
 Set<DomainRecord> DomainApi.listRecords(String domain)
          Retrieve the DNS records for a given domain
 com.google.common.util.concurrent.ListenableFuture<Set<DomainRecord>> DomainAsyncApi.listRecords(String domain)
           
 com.google.common.util.concurrent.ListenableFuture<DomainRecord> DomainAsyncApi.updateRecord(String record_id, UpdateRecordOptions options)
           
 



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