Uses of Class
com.amazonaws.services.autoscaling.model.BlockDeviceMapping

Packages that use BlockDeviceMapping
com.amazonaws.services.autoscaling.model Classes modeling the various types represented by AmazonAutoScaling. 
 

Uses of BlockDeviceMapping in com.amazonaws.services.autoscaling.model
 

Methods in com.amazonaws.services.autoscaling.model that return BlockDeviceMapping
 BlockDeviceMapping BlockDeviceMapping.withDeviceName(String deviceName)
          Specifies the name of the device within Amazon EC2.
 BlockDeviceMapping BlockDeviceMapping.withVirtualName(String virtualName)
          Specifies the virtual name associated with the device.
 

Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type BlockDeviceMapping
 List<BlockDeviceMapping> LaunchConfiguration.getBlockDeviceMappings()
          Specifies how block devices are exposed to the instance.
 List<BlockDeviceMapping> CreateLaunchConfigurationRequest.getBlockDeviceMappings()
          Specifies how block devices are exposed to the instance.
 

Methods in com.amazonaws.services.autoscaling.model with parameters of type BlockDeviceMapping
 LaunchConfiguration LaunchConfiguration.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 

Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type BlockDeviceMapping
 void LaunchConfiguration.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 void CreateLaunchConfigurationRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 LaunchConfiguration LaunchConfiguration.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 CreateLaunchConfigurationRequest CreateLaunchConfigurationRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.