public class SimpleRecordService extends Object implements AWSRecordService
| Constructor and Description |
|---|
SimpleRecordService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentIP() |
com.amazonaws.services.route53.model.ResourceRecordSet |
getCurrentRecordSet() |
boolean |
updateRecord(String ip)
The aws record is updated with the given IP
|
public String getCurrentIP()
getCurrentIP in interface AWSRecordServicepublic com.amazonaws.services.route53.model.ResourceRecordSet getCurrentRecordSet()
public boolean updateRecord(String ip)
AWSRecordServiceupdateRecord in interface AWSRecordServiceCopyright © 2015. All rights reserved.