Uses of Class
org.jclouds.ec2.domain.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return AttachmentMethods in org.jclouds.ec2.domain that return types with arguments of type AttachmentMethods in org.jclouds.ec2.domain with parameters of type AttachmentModifier and TypeMethodDescriptionVolume.Builder.attachments
(Attachment... attachments) int
Attachment.compareTo
(Attachment o) Method parameters in org.jclouds.ec2.domain with type arguments of type AttachmentConstructor parameters in org.jclouds.ec2.domain with type arguments of type Attachment -
Uses of Attachment in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return AttachmentModifier and TypeMethodDescriptionElasticBlockStoreApi.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 AttachmentModifier and TypeMethodDescriptionboolean
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 AttachmentModifier and TypeFieldDescriptionprotected Set
<Attachment> CreateVolumeResponseHandler.attachments
Methods in org.jclouds.ec2.xml that return Attachment