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 NewHostedZone
NewHostedZone. 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 NewHostedZone
HostedZoneApi. createWithReference(String name, String callerReference)
This action creates a new hosted zone.NewHostedZone
HostedZoneApi. 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 NewHostedZone
CreateHostedZoneResponseHandler. getResult()
-