Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.clone() |
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateBlockDeviceMappingRequest.getEbs()
Parameters used to automatically set up EBS volumes when the instance is launched.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the EBS volume is deleted on instance termination.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withEncrypted(Boolean encrypted)
Indicates whether the EBS volume is encrypted.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withIops(Integer iops)
The number of I/O operations per second (IOPS) to provision for an
io1 or io2 volume,
with a maximum ratio of 50 IOPS/GiB for io1 , and 500 IOPS/GiB for io2 . |
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withKmsKeyId(String kmsKeyId)
The ARN of the symmetric AWS Key Management Service (AWS KMS) CMK used for encryption.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withVolumeSize(Integer volumeSize)
The size of the volume, in GiB.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withVolumeType(String volumeType)
The volume type.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withVolumeType(VolumeType volumeType)
The volume type.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchTemplateBlockDeviceMappingRequest.setEbs(LaunchTemplateEbsBlockDeviceRequest ebs)
Parameters used to automatically set up EBS volumes when the instance is launched.
|
LaunchTemplateBlockDeviceMappingRequest |
LaunchTemplateBlockDeviceMappingRequest.withEbs(LaunchTemplateEbsBlockDeviceRequest ebs)
Parameters used to automatically set up EBS volumes when the instance is launched.
|
Copyright © 2020. All rights reserved.