| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
BlockDeviceMapping |
BlockDeviceMapping.clone() |
BlockDeviceMapping |
BlockDeviceMapping.withDeviceName(String deviceName)
The device name assigned to the volume (for example,
/dev/sdh or xvdh). |
BlockDeviceMapping |
BlockDeviceMapping.withEbs(Ebs ebs)
Information to attach an EBS volume to an instance at launch.
|
BlockDeviceMapping |
BlockDeviceMapping.withNoDevice(Boolean noDevice)
Setting this value to
true prevents a volume that is included in the block device mapping of the AMI
from being mapped to the specified device name at launch. |
BlockDeviceMapping |
BlockDeviceMapping.withVirtualName(String virtualName)
The name of the instance store volume (virtual device) to attach to an instance at launch.
|
| Modifier and Type | Method and Description |
|---|---|
List<BlockDeviceMapping> |
LaunchConfiguration.getBlockDeviceMappings()
The block device mapping entries that define the block devices to attach to the instances at launch.
|
List<BlockDeviceMapping> |
CreateLaunchConfigurationRequest.getBlockDeviceMappings()
The block device mapping entries that define the block devices to attach to the instances at launch.
|
| Modifier and Type | Method and Description |
|---|---|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchConfiguration.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
void |
CreateLaunchConfigurationRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries that define the block devices to attach to the instances at launch.
|
Copyright © 2022. All rights reserved.