Uses of Class
org.jclouds.ec2.domain.Attachment
- 
Packages that use Attachment Package Description 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 Modifier and Type Method Description AttachmentAttachment.Builder. build()Methods in org.jclouds.ec2.domain that return types with arguments of type Attachment Modifier and Type Method Description Set<Attachment>Volume. getAttachments()Methods in org.jclouds.ec2.domain with parameters of type Attachment Modifier and Type Method Description Volume.BuilderVolume.Builder. attachments(Attachment... attachments)intAttachment. compareTo(Attachment o)Method parameters in org.jclouds.ec2.domain with type arguments of type Attachment Modifier and Type Method Description Volume.BuilderVolume.Builder. attachments(Set<Attachment> attachments)Constructor parameters in org.jclouds.ec2.domain with type arguments of type Attachment Constructor Description 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 Modifier and Type Method Description AttachmentElasticBlockStoreApi. 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 Modifier and Type Method Description booleanVolumeAttached. apply(Attachment attachment)booleanVolumeDetached. apply(Attachment attachment) - 
Uses of Attachment in org.jclouds.ec2.xml
Fields in org.jclouds.ec2.xml with type parameters of type Attachment Modifier and Type Field Description protected Set<Attachment>CreateVolumeResponseHandler. attachmentsMethods in org.jclouds.ec2.xml that return Attachment Modifier and Type Method Description AttachmentAttachmentHandler. getResult() 
 -