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

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

Uses of Attachment in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return Attachment
 Attachment Attachment.Builder.build()
           
 

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
 Volume.Builder Volume.Builder.attachments(Attachment... attachments)
           
 int Attachment.compareTo(Attachment o)
           
 

Method parameters in org.jclouds.ec2.domain with type arguments of type Attachment
 Volume.Builder Volume.Builder.attachments(Set<Attachment> attachments)
           
 

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, String volumeType, Integer iops, boolean encrypted, Iterable<Attachment> attachments)
           
 

Uses of Attachment in org.jclouds.ec2.features
 

Methods in org.jclouds.ec2.features that return Attachment
 Attachment ElasticBlockStoreApi.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.
 

Uses of Attachment in org.jclouds.ec2.predicates
 

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

Uses of Attachment in org.jclouds.ec2.xml
 

Fields in org.jclouds.ec2.xml with type parameters of type Attachment
protected  Set<Attachment> CreateVolumeResponseHandler.attachments
           
 

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



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