public class BlockDevice extends Object
| Constructor and Description |
|---|
BlockDevice(String volumeId,
Attachment.Status attachmentStatus,
Date attachTime,
boolean deleteOnTermination) |
BlockDevice(String volumeId,
boolean deleteOnTermination) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Attachment.Status |
getAttachmentStatus() |
Date |
getAttachTime() |
String |
getVolumeId() |
int |
hashCode() |
boolean |
isDeleteOnTermination() |
String |
toString() |
public BlockDevice(String volumeId, Attachment.Status attachmentStatus, Date attachTime, boolean deleteOnTermination)
public BlockDevice(String volumeId, boolean deleteOnTermination)
public String getVolumeId()
public Attachment.Status getAttachmentStatus()
public Date getAttachTime()
public boolean isDeleteOnTermination()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.