Uses of Class
com.amazonaws.services.ec2.model.EbsBlockDevice
Packages that use EbsBlockDevice
-
Uses of EbsBlockDevice in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return EbsBlockDeviceModifier and TypeMethodDescriptionEbsBlockDevice.clone()
BlockDeviceMapping.getEbs()
Parameters used to automatically set up EBS volumes when the instance is launched.EbsBlockDevice.withDeleteOnTermination
(Boolean deleteOnTermination) Indicates whether the EBS volume is deleted on instance termination.EbsBlockDevice.withEncrypted
(Boolean encrypted) Indicates whether the EBS volume is encrypted.The number of I/O operations per second (IOPS) that the volume supports.EbsBlockDevice.withSnapshotId
(String snapshotId) The ID of the snapshot.EbsBlockDevice.withVolumeSize
(Integer volumeSize) The size of the volume, in GiB.EbsBlockDevice.withVolumeType
(VolumeType volumeType) The volume type:gp2
,io1
,st1
,sc1
, orstandard
.EbsBlockDevice.withVolumeType
(String volumeType) The volume type:gp2
,io1
,st1
,sc1
, orstandard
.Methods in com.amazonaws.services.ec2.model with parameters of type EbsBlockDeviceModifier and TypeMethodDescriptionvoid
BlockDeviceMapping.setEbs
(EbsBlockDevice ebs) Parameters used to automatically set up EBS volumes when the instance is launched.BlockDeviceMapping.withEbs
(EbsBlockDevice ebs) Parameters used to automatically set up EBS volumes when the instance is launched.