Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
BlockDeviceMapping |
BlockDeviceMapping.withDeviceName(String deviceName)
The name of the device within Amazon EC2 (for example, /dev/sdh or
xvdh).
|
BlockDeviceMapping |
BlockDeviceMapping.withEbs(Ebs ebs)
The Elastic Block Storage volume information.
|
BlockDeviceMapping |
BlockDeviceMapping.withNoDevice(Boolean noDevice)
Suppresses the device mapping.
|
BlockDeviceMapping |
BlockDeviceMapping.withVirtualName(String virtualName)
The virtual name associated with the device.
|
Modifier and Type | Method and Description |
---|---|
List<BlockDeviceMapping> |
CreateLaunchConfigurationRequest.getBlockDeviceMappings()
A list of mappings that specify how block devices are exposed to the
instance.
|
List<BlockDeviceMapping> |
LaunchConfiguration.getBlockDeviceMappings()
Specifies how block devices are exposed to the instance.
|
Modifier and Type | Method and Description |
---|---|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
A list of mappings that specify how block devices are exposed to the
instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Specifies how block devices are exposed to the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateLaunchConfigurationRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
A list of mappings that specify how block devices are exposed to the
instance.
|
void |
LaunchConfiguration.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Specifies how block devices are exposed to the instance.
|
CreateLaunchConfigurationRequest |
CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
A list of mappings that specify how block devices are exposed to the
instance.
|
LaunchConfiguration |
LaunchConfiguration.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Specifies how block devices are exposed to the instance.
|
Copyright © 2014. All rights reserved.