|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EbsBlockDevice | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of EbsBlockDevice in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return EbsBlockDevice | |
---|---|
EbsBlockDevice |
BlockDeviceMapping.getEbs()
Parameters used to automatically set up Amazon EBS volumes when the instance is launched. |
EbsBlockDevice |
EbsBlockDevice.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the Amazon EBS volume is deleted on instance termination. |
EbsBlockDevice |
EbsBlockDevice.withEncrypted(Boolean encrypted)
Indicates whether the Amazon EBS volume is encrypted. |
EbsBlockDevice |
EbsBlockDevice.withIops(Integer iops)
The number of I/O operations per second (IOPS) that the volume supports. |
EbsBlockDevice |
EbsBlockDevice.withSnapshotId(String snapshotId)
The ID of the snapshot. |
EbsBlockDevice |
EbsBlockDevice.withVolumeSize(Integer volumeSize)
The size of the volume, in GiB. |
EbsBlockDevice |
EbsBlockDevice.withVolumeType(String volumeType)
The volume type. |
EbsBlockDevice |
EbsBlockDevice.withVolumeType(VolumeType volumeType)
The volume type. |
Methods in com.amazonaws.services.ec2.model with parameters of type EbsBlockDevice | |
---|---|
void |
BlockDeviceMapping.setEbs(EbsBlockDevice ebs)
Parameters used to automatically set up Amazon EBS volumes when the instance is launched. |
BlockDeviceMapping |
BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
Parameters used to automatically set up Amazon EBS volumes when the instance is launched. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |