Uses of Class
com.xerox.amazonws.ec2.AttachmentInfo

Packages that use AttachmentInfo
com.xerox.amazonws.ec2   
 

Uses of AttachmentInfo in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return AttachmentInfo
 AttachmentInfo VolumeInfo.addAttachmentInfo(String volumeId, String instanceId, String device, String status, Calendar attachTime)
           
 AttachmentInfo Jec2.attachVolume(String volumeId, String instanceId, String device)
          Attaches an EBS volume to an instance.
 AttachmentInfo Jec2.detachVolume(String volumeId, String instanceId, String device, boolean force)
          Detaches an EBS volume from an instance.
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type AttachmentInfo
 List<AttachmentInfo> VolumeInfo.getAttachmentInfo()