Uses of Class
org.jclouds.route53.domain.HostedZone
Packages that use HostedZone
Package
Description
-
Uses of HostedZone in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return HostedZoneModifier and TypeMethodDescriptionHostedZone.Builder.build()
HostedZoneAndNameServers.getZone()
the hosted zoneNewHostedZone.getZone()
Methods in org.jclouds.route53.domain with parameters of type HostedZoneModifier and TypeMethodDescriptionstatic HostedZoneAndNameServers
HostedZoneAndNameServers.create
(HostedZone zone, Iterable<String> nameServers) HostedZone.Builder.from
(HostedZone in) -
Uses of HostedZone in org.jclouds.route53.features
Methods in org.jclouds.route53.features that return types with arguments of type HostedZoneModifier and TypeMethodDescriptionHostedZoneApi.list()
returns all zones in order.retrieves up to 100 zones in order, starting atnextMarker
HostedZoneApi.listFirstPage()
retrieves up to 100 zones in order. -
Uses of HostedZone in org.jclouds.route53.functions
Methods in org.jclouds.route53.functions that return types with arguments of type HostedZoneModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<HostedZone>> HostedZonesToPagedIterable.markerToNextForCallingArg0
(String ignored) -
Uses of HostedZone in org.jclouds.route53.predicates
Methods in org.jclouds.route53.predicates that return types with arguments of type HostedZoneModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<HostedZone> HostedZonePredicates.nameEquals
(String name) matches zones of the given name -
Uses of HostedZone in org.jclouds.route53.xml
Methods in org.jclouds.route53.xml that return HostedZoneMethods in org.jclouds.route53.xml that return types with arguments of type HostedZone