Uses of Class
org.jclouds.route53.domain.HostedZone
-
Packages that use HostedZone Package Description org.jclouds.route53.domain org.jclouds.route53.features org.jclouds.route53.functions org.jclouds.route53.predicates org.jclouds.route53.xml -
-
Uses of HostedZone in org.jclouds.route53.domain
Methods in org.jclouds.route53.domain that return HostedZone Modifier and Type Method Description HostedZone
HostedZone.Builder. build()
HostedZone
HostedZoneAndNameServers. getZone()
the hosted zoneHostedZone
NewHostedZone. getZone()
Methods in org.jclouds.route53.domain with parameters of type HostedZone Modifier and Type Method Description static HostedZoneAndNameServers
HostedZoneAndNameServers. create(HostedZone zone, Iterable<String> nameServers)
HostedZone.Builder
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 HostedZone Modifier and Type Method Description PagedIterable<HostedZone>
HostedZoneApi. list()
returns all zones in order.IterableWithMarker<HostedZone>
HostedZoneApi. listAt(String nextMarker)
retrieves up to 100 zones in order, starting atnextMarker
IterableWithMarker<HostedZone>
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 HostedZone Modifier and Type Method Description protected 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 HostedZone Modifier and Type Method Description static 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 HostedZone Modifier and Type Method Description HostedZone
HostedZoneHandler. getResult()
Methods in org.jclouds.route53.xml that return types with arguments of type HostedZone Modifier and Type Method Description IterableWithMarker<HostedZone>
ListHostedZonesResponseHandler. getResult()
-