Package org.jclouds.ec2.predicates
Class VolumeAttached
java.lang.Object
org.jclouds.ec2.predicates.VolumeAttached
- All Implemented Interfaces:
 com.google.common.base.Predicate<Attachment>,Predicate<Attachment>
@Singleton
public class VolumeAttached
extends Object
implements com.google.common.base.Predicate<Attachment>
Tests to see if a volume is attached.
- 
Field Details
- 
logger
 
 - 
 - 
Constructor Details
- 
VolumeAttached
 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Predicate<Attachment>
 
 -