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

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

Introduction

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

The text is from its open source code.

Constructor

Method

BooleangetDeleteOnTermination()

Indicates whether the EBS volume is deleted on instance termination.

BooleangetEncrypted()

Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot.

IntegergetIops()

The number of I/O operations per second (IOPS) that the volume supports.

StringgetSnapshotId()

The ID of the snapshot.

IntegergetVolumeSize()

The size of the volume, in GiB.

StringgetVolumeType()

The volume type.

voidsetDeleteOnTermination(Boolean deleteOnTermination)

Indicates whether the EBS volume is deleted on instance termination.

voidsetEncrypted(Boolean encrypted)

Indicates whether the encryption state of an EBS volume is changed while being restored from a backing snapshot.

voidsetIops(Integer iops)

The number of I/O operations per second (IOPS) that the volume supports.

voidsetSnapshotId(String snapshotId)

The ID of the snapshot.

voidsetVolumeSize(Integer volumeSize)

The size of the volume, in GiB.

voidsetVolumeType(String volumeType)

The volume type.

voidsetVolumeType(VolumeType volumeType)

The volume type.