org.jclouds.route53.predicates
Class HostedZonePredicates

java.lang.Object
  extended by org.jclouds.route53.predicates.HostedZonePredicates

public class HostedZonePredicates
extends Object

Predicates handy when working with HostedZones


Constructor Summary
HostedZonePredicates()
           
 
Method Summary
static com.google.common.base.Predicate<HostedZone> nameEquals(String name)
          matches zones of the given name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostedZonePredicates

public HostedZonePredicates()
Method Detail

nameEquals

public static com.google.common.base.Predicate<HostedZone> nameEquals(String name)
matches zones of the given name



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.