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 HostedZoneAndNameServers
HostedZoneAndNameServers. create(HostedZone zone, Iterable<String> nameServers)
Methods in org.jclouds.route53.domain with parameters of type HostedZoneAndNameServers Modifier and Type Method Description static NewHostedZone
NewHostedZone. 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 HostedZoneAndNameServers
HostedZoneApi. 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 HostedZoneAndNameServers
GetHostedZoneResponseHandler. getResult()
-