Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<BlockDeviceMapping> |
LaunchConfiguration.blockDeviceMappings
A block device mapping, which specifies the block devices for the
instance.
|
private SdkInternalList<BlockDeviceMapping> |
CreateLaunchConfigurationRequest.blockDeviceMappings
One or more mappings that specify how block devices are exposed to the
instance.
|
Modifier and Type | Method and Description |
---|---|
BlockDeviceMapping |
BlockDeviceMapping.clone() |
BlockDeviceMapping |
BlockDeviceMapping.withDeviceName(java.lang.String deviceName)
The device name exposed to the EC2 instance (for example,
/dev/sdh or xvdh ). |
BlockDeviceMapping |
BlockDeviceMapping.withEbs(Ebs ebs)
The information about the Amazon EBS volume.
|
BlockDeviceMapping |
BlockDeviceMapping.withNoDevice(java.lang.Boolean noDevice)
Suppresses a device mapping.
|
BlockDeviceMapping |
BlockDeviceMapping.withVirtualName(java.lang.String virtualName)
The name of the virtual device (for example,
ephemeral0 ). |
Modifier and Type | Method and Description |
---|---|
java.util.List<BlockDeviceMapping> |
LaunchConfiguration.getBlockDeviceMappings()
A block device mapping, which specifies the block devices for the
instance.
|
java.util.List<BlockDeviceMapping> |
CreateLaunchConfigurationRequest.getBlockDeviceMappings()
One or more mappings that specify how block devices are exposed to the
instance.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
A block device mapping, which specifies the block devices for the
instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more mappings that specify how block devices are exposed to the
instance.
|
Modifier and Type | Method and Description |
---|---|
void |
LaunchConfiguration.setBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the
instance.
|
void |
CreateLaunchConfigurationRequest.setBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
One or more mappings that specify how block devices are exposed to the
instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
A block device mapping, which specifies the block devices for the
instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(java.util.Collection<BlockDeviceMapping> blockDeviceMappings)
One or more mappings that specify how block devices are exposed to the
instance.
|
Modifier and Type | Method and Description |
---|---|
BlockDeviceMapping |
BlockDeviceMappingStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |