public class SecurityGroupPredicates extends Object
| Constructor and Description | 
|---|
SecurityGroupPredicates()  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<SecurityGroup> | 
nameEquals(String name)
matches name of the given security group 
 | 
static com.google.common.base.Predicate<SecurityGroup> | 
nameMatches(com.google.common.base.Predicate<String> name)
matches name of the given security group 
 | 
public static com.google.common.base.Predicate<SecurityGroup> nameEquals(String name)
name - public static com.google.common.base.Predicate<SecurityGroup> nameMatches(com.google.common.base.Predicate<String> name)
name - Copyright © 2009-2013 jclouds. All Rights Reserved.