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 Attachment
Attachment.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.Builder
Volume.Builder. attachments(Attachment... attachments)
int
Attachment. compareTo(Attachment o)
Method parameters in org.jclouds.ec2.domain with type arguments of type Attachment Modifier and Type Method Description Volume.Builder
Volume.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 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 Modifier and Type Method Description boolean
VolumeAttached. apply(Attachment attachment)
boolean
VolumeDetached. 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. attachments
Methods in org.jclouds.ec2.xml that return Attachment Modifier and Type Method Description Attachment
AttachmentHandler. getResult()
-