Class SecurityGroupPresent
java.lang.Object
org.jclouds.ec2.compute.predicates.SecurityGroupPresent
- All Implemented Interfaces:
com.google.common.base.Predicate<RegionAndName>
,Predicate<RegionAndName>
@Singleton
public class SecurityGroupPresent
extends Object
implements com.google.common.base.Predicate<RegionAndName>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(RegionAndName securityGroup) protected SecurityGroup
refresh
(RegionAndName securityGroup) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Field Details
-
logger
-
-
Constructor Details
-
SecurityGroupPresent
-
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Predicate<RegionAndName>
-
refresh
-