Uses of Class
org.jclouds.ec2.domain.Attachment.Builder
- 
Packages that use Attachment.Builder Package Description org.jclouds.ec2.domain  - 
- 
Uses of Attachment.Builder in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return Attachment.Builder Modifier and Type Method Description Attachment.BuilderAttachment.Builder. attachTime(Date attachTime)static Attachment.BuilderAttachment. builder()Attachment.BuilderAttachment.Builder. device(String device)Attachment.BuilderAttachment.Builder. instanceId(String instanceId)Attachment.BuilderAttachment.Builder. region(String region)Attachment.BuilderAttachment.Builder. status(Attachment.Status status)Attachment.BuilderAttachment.Builder. volumeId(String volumeId) 
 -