Uses of Class
org.jclouds.route53.domain.NewHostedZone
- 
Packages that use NewHostedZone Package Description org.jclouds.route53.domain org.jclouds.route53.features org.jclouds.route53.xml  - 
- 
Uses of NewHostedZone in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return NewHostedZone Modifier and Type Method Description static NewHostedZoneNewHostedZone. create(HostedZoneAndNameServers zone, Change change) - 
Uses of NewHostedZone in org.jclouds.route53.features
Methods in org.jclouds.route53.features that return NewHostedZone Modifier and Type Method Description NewHostedZoneHostedZoneApi. createWithReference(String name, String callerReference)This action creates a new hosted zone.NewHostedZoneHostedZoneApi. createWithReferenceAndComment(String name, String callerReference, String comment)likeHostedZoneApi.createWithReference(String, String), except you can specify a comment. - 
Uses of NewHostedZone in org.jclouds.route53.xml
Methods in org.jclouds.route53.xml that return NewHostedZone Modifier and Type Method Description NewHostedZoneCreateHostedZoneResponseHandler. getResult() 
 -