Uses of Class
org.jclouds.route53.domain.HostedZoneAndNameServers
- 
Packages that use HostedZoneAndNameServers Package Description org.jclouds.route53.domain org.jclouds.route53.features org.jclouds.route53.xml  - 
- 
Uses of HostedZoneAndNameServers in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return HostedZoneAndNameServers Modifier and Type Method Description static HostedZoneAndNameServersHostedZoneAndNameServers. create(HostedZone zone, Iterable<String> nameServers)Methods in org.jclouds.route53.domain with parameters of type HostedZoneAndNameServers Modifier and Type Method Description static NewHostedZoneNewHostedZone. create(HostedZoneAndNameServers zone, Change change) - 
Uses of HostedZoneAndNameServers in org.jclouds.route53.features
Methods in org.jclouds.route53.features that return HostedZoneAndNameServers Modifier and Type Method Description HostedZoneAndNameServersHostedZoneApi. get(String zoneId)Retrieves information about the specified zone, including its nameserver configuration - 
Uses of HostedZoneAndNameServers in org.jclouds.route53.xml
Methods in org.jclouds.route53.xml that return HostedZoneAndNameServers Modifier and Type Method Description HostedZoneAndNameServersGetHostedZoneResponseHandler. getResult() 
 -