Java com.amazonaws.services.ec2.model VolumeAttachment fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model VolumeAttachment fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model VolumeAttachment.

The text is from its open source code.

Constructor

Method

java.util.DategetAttachTime()

The time stamp when the attachment initiated.

BooleangetDeleteOnTermination()

Indicates whether the EBS volume is deleted on instance termination.

StringgetDevice()

The device name.

StringgetInstanceId()

The ID of the instance.

StringgetState()

The attachment state of the volume.

StringgetVolumeId()

The ID of the volume.

voidsetAttachTime(java.util.Date attachTime)

The time stamp when the attachment initiated.

voidsetDeleteOnTermination(Boolean deleteOnTermination)

Indicates whether the EBS volume is deleted on instance termination.

voidsetDevice(String device)

The device name.

voidsetInstanceId(String instanceId)

The ID of the instance.

voidsetState(String state)

The attachment state of the volume.

voidsetState(VolumeAttachmentState state)

The attachment state of the volume.

voidsetVolumeId(String volumeId)

The ID of the volume.