Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private EbsBlockDevice |
BlockDeviceMapping.ebs
Parameters used to automatically set up EBS volumes when the instance is
launched.
|
Modifier and Type | Method and Description |
---|---|
EbsBlockDevice |
EbsBlockDevice.clone() |
EbsBlockDevice |
BlockDeviceMapping.getEbs()
Parameters used to automatically set up EBS volumes when the instance is
launched.
|
EbsBlockDevice |
EbsBlockDevice.withDeleteOnTermination(java.lang.Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
EbsBlockDevice |
EbsBlockDevice.withEncrypted(java.lang.Boolean encrypted)
Indicates whether the EBS volume is encrypted.
|
EbsBlockDevice |
EbsBlockDevice.withIops(java.lang.Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
EbsBlockDevice |
EbsBlockDevice.withSnapshotId(java.lang.String snapshotId)
The ID of the snapshot.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeSize(java.lang.Integer volumeSize)
The size of the volume, in GiB.
|
EbsBlockDevice |
EbsBlockDevice.withVolumeType(java.lang.String volumeType)
The volume type:
gp2 , io1 , st1 ,
sc1 , or standard . |
EbsBlockDevice |
EbsBlockDevice.withVolumeType(VolumeType volumeType)
The volume type:
gp2 , io1 , st1 ,
sc1 , or standard . |
Modifier and Type | Method and Description |
---|---|
void |
BlockDeviceMapping.setEbs(EbsBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is
launched.
|
BlockDeviceMapping |
BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is
launched.
|
Modifier and Type | Method and Description |
---|---|
EbsBlockDevice |
EbsBlockDeviceStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |