| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
BlockDeviceMapping |
BlockDeviceMapping.clone() |
BlockDeviceMapping |
BlockDeviceMapping.withDeviceName(String deviceName)
The device name exposed to the EC2 instance (for example,
/dev/sdh or xvdh). |
BlockDeviceMapping |
BlockDeviceMapping.withEbs(Ebs ebs)
Parameters used to automatically set up EBS volumes when an instance is launched.
|
BlockDeviceMapping |
BlockDeviceMapping.withNoDevice(Boolean noDevice)
Setting this value to
true suppresses the specified device included in the block device mapping of
the AMI. |
BlockDeviceMapping |
BlockDeviceMapping.withVirtualName(String virtualName)
The name of the virtual device (for example,
ephemeral0). |
| Modifier and Type | Method and Description |
|---|---|
List<BlockDeviceMapping> |
CreateLaunchConfigurationRequest.getBlockDeviceMappings()
A block device mapping, which specifies the block devices for the instance.
|
List<BlockDeviceMapping> |
LaunchConfiguration.getBlockDeviceMappings()
A block device mapping, which specifies the block devices for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateLaunchConfigurationRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
void |
LaunchConfiguration.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the instance.
|
Copyright © 2021. All rights reserved.