Uses of Class
org.jclouds.ec2.domain.Attachment

Packages that use Attachment
org.jclouds.ec2.domain   
org.jclouds.ec2.predicates   
org.jclouds.ec2.services   
org.jclouds.ec2.xml   
 

Uses of Attachment in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return types with arguments of type Attachment
 Set<Attachment> Volume.getAttachments()
           
 

Methods in org.jclouds.ec2.domain with parameters of type Attachment
 int Attachment.compareTo(Attachment o)
           
 

Constructor parameters in org.jclouds.ec2.domain with type arguments of type Attachment
Volume(String region, String id, int size, String snapshotId, String availabilityZone, Volume.Status status, Date createTime, Iterable<Attachment> attachments)
           
 

Uses of Attachment in org.jclouds.ec2.predicates
 

Methods in org.jclouds.ec2.predicates with parameters of type Attachment
 boolean VolumeAttached.apply(Attachment attachment)
           
 

Uses of Attachment in org.jclouds.ec2.services
 

Methods in org.jclouds.ec2.services that return Attachment
 Attachment ElasticBlockStoreClient.attachVolumeInRegion(String region, String volumeId, String instanceId, String device)
          Attaches an Amazon EBS volume to a running instance and exposes it as the specified device.
 

Methods in org.jclouds.ec2.services that return types with arguments of type Attachment
 com.google.common.util.concurrent.ListenableFuture<Attachment> ElasticBlockStoreAsyncClient.attachVolumeInRegion(String region, String volumeId, String instanceId, String device)
           
 

Uses of Attachment in org.jclouds.ec2.xml
 

Methods in org.jclouds.ec2.xml that return Attachment
 Attachment AttachmentHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.