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).
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withKmsKeyId(String kmsKeyId)
The ARN of the symmetric Key Management Service (KMS) CMK used for encryption.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withThroughput(Integer throughput)
The throughput to provision for a
gp3 volume, with a maximum of 1,000 MiB/s. |
LaunchTemplateEbsBlockDeviceRequest |
LaunchTemplateEbsBlockDeviceRequest.withVolumeSize(Integer volumeSize)
The size of the volume, in GiBs.
|
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 © 2021. All rights reserved.