Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.clone() |
LaunchTemplateEbsBlockDevice |
LaunchTemplateBlockDeviceMapping.getEbs()
Information about the block device for an EBS volume.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withEncrypted(Boolean encrypted)
Indicates whether the EBS volume is encrypted.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withIops(Integer iops)
The number of I/O operations per second (IOPS) that the volume supports.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withKmsKeyId(String kmsKeyId)
The ARN of the Key Management Service (KMS) CMK used for encryption.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withThroughput(Integer throughput)
The throughput that the volume supports, in MiB/s.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withVolumeSize(Integer volumeSize)
The size of the volume, in GiB.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withVolumeType(String volumeType)
The volume type.
|
LaunchTemplateEbsBlockDevice |
LaunchTemplateEbsBlockDevice.withVolumeType(VolumeType volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchTemplateBlockDeviceMapping.setEbs(LaunchTemplateEbsBlockDevice ebs)
Information about the block device for an EBS volume.
|
LaunchTemplateBlockDeviceMapping |
LaunchTemplateBlockDeviceMapping.withEbs(LaunchTemplateEbsBlockDevice ebs)
Information about the block device for an EBS volume.
|
Copyright © 2023. All rights reserved.