|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DomainApi
Provides synchronous access to Domain requests.
DomainAsyncApi,
| Method Summary | |
|---|---|
Domain |
addDomain(String domain,
AddDomainOptions... options)
Add a domain to the Glesys dns-system |
DomainRecord |
addRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options)
Add a DNS Record |
void |
deleteDomain(String domain)
Remove a domain to the Glesys dns-system |
void |
deleteRecord(String recordId)
Delete a DNS record |
Domain |
editDomain(String domain,
DomainOptions... options)
Edit a domain to the Glesys dns-system |
DomainRecord |
editRecord(String recordId,
EditRecordOptions... options)
Modify a specific DNS Record |
Domain |
getDomain(String domain)
Get a specific domain. |
Set<Domain> |
listDomains()
Get a list of all domains for this account. |
Set<DomainRecord> |
listRecords(String domain)
Retrieve the DNS records for a given domain |
| Method Detail |
|---|
Set<Domain> listDomains()
Domain getDomain(String domain)
Domain addDomain(String domain,
AddDomainOptions... options)
domain - the name of the domain to add.options - optional parameters
Domain editDomain(String domain,
DomainOptions... options)
domain - the name of the domain to add.options - optional parameters
void deleteDomain(String domain)
domain - the name of the domain to removeSet<DomainRecord> listRecords(String domain)
domain - the name of the domain to retrieve records for
DomainRecord addRecord(String domain,
String host,
String type,
String data,
AddRecordOptions... options)
domain - the domain to add the record tooptions - optional settings for the record
DomainRecord editRecord(String recordId,
EditRecordOptions... options)
recordId - the id for the record to editoptions - the settings to changeto retrieve the necessary idsvoid deleteRecord(String recordId)
recordId - the id for the record to deleteto retrieve the necessary ids
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||