| Package | Description | 
|---|---|
| org.jclouds.ec2.domain | |
| org.jclouds.ec2.predicates | |
| org.jclouds.ec2.services | |
| org.jclouds.ec2.xml | 
| Modifier and Type | Method and Description | 
|---|---|
Attachment | 
Attachment.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Attachment> | 
Volume.getAttachments()  | 
| Modifier and Type | Method and Description | 
|---|---|
Volume.Builder | 
Volume.Builder.attachments(Attachment... attachments)  | 
int | 
Attachment.compareTo(Attachment o)  | 
| Modifier and Type | Method and Description | 
|---|---|
Volume.Builder | 
Volume.Builder.attachments(Set<Attachment> attachments)  | 
| Constructor and Description | 
|---|
Volume(String region,
      String id,
      int size,
      String snapshotId,
      String availabilityZone,
      Volume.Status status,
      Date createTime,
      Iterable<Attachment> attachments)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
VolumeDetached.apply(Attachment attachment)  | 
boolean | 
VolumeAttached.apply(Attachment attachment)  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Attachment> | 
ElasticBlockStoreAsyncClient.attachVolumeInRegion(String region,
                    String volumeId,
                    String instanceId,
                    String device)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<Attachment> | 
CreateVolumeResponseHandler.attachments  | 
| Modifier and Type | Method and Description | 
|---|---|
Attachment | 
AttachmentHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.