Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
LaunchTemplateBlockDeviceMapping |
LaunchTemplateBlockDeviceMapping.clone() |
LaunchTemplateBlockDeviceMapping |
LaunchTemplateBlockDeviceMapping.withDeviceName(String deviceName)
The device name.
|
LaunchTemplateBlockDeviceMapping |
LaunchTemplateBlockDeviceMapping.withEbs(LaunchTemplateEbsBlockDevice ebs)
Information about the block device for an EBS volume.
|
LaunchTemplateBlockDeviceMapping |
LaunchTemplateBlockDeviceMapping.withNoDevice(String noDevice)
To omit the device from the block device mapping, specify an empty string.
|
LaunchTemplateBlockDeviceMapping |
LaunchTemplateBlockDeviceMapping.withVirtualName(String virtualName)
The virtual device name (ephemeralN).
|
Modifier and Type | Method and Description |
---|---|
List<LaunchTemplateBlockDeviceMapping> |
ResponseLaunchTemplateData.getBlockDeviceMappings()
The block device mappings.
|
Modifier and Type | Method and Description |
---|---|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withBlockDeviceMappings(LaunchTemplateBlockDeviceMapping... blockDeviceMappings)
The block device mappings.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseLaunchTemplateData.setBlockDeviceMappings(Collection<LaunchTemplateBlockDeviceMapping> blockDeviceMappings)
The block device mappings.
|
ResponseLaunchTemplateData |
ResponseLaunchTemplateData.withBlockDeviceMappings(Collection<LaunchTemplateBlockDeviceMapping> blockDeviceMappings)
The block device mappings.
|
Copyright © 2023. All rights reserved.