Package org.jclouds.route53.domain
Class ResourceRecordSet.AliasTarget
- java.lang.Object
-
- org.jclouds.route53.domain.ResourceRecordSet.AliasTarget
-
- Enclosing class:
- ResourceRecordSet
public static class ResourceRecordSet.AliasTarget extends Object
In this case, the rrs is an alias, and it points to another Route53 hosted resource, such as an ELB, S3 bucket, or zone.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceRecordSet.AliasTarget
dnsNameInZone(String dnsName, String zoneId)
boolean
equals(Object obj)
String
getDNSName()
String
getZoneId()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
dnsNameInZone
public static ResourceRecordSet.AliasTarget dnsNameInZone(String dnsName, String zoneId)
-
getDNSName
public String getDNSName()
-
getZoneId
public String getZoneId()
-
-