Uses of Class
com.amazonaws.services.autoscaling.model.BlockDeviceMapping
-
Packages that use BlockDeviceMapping Package Description com.amazonaws.services.autoscaling.model -
-
Uses of BlockDeviceMapping in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return BlockDeviceMapping Modifier and Type Method Description BlockDeviceMappingBlockDeviceMapping. clone()BlockDeviceMappingBlockDeviceMapping. withDeviceName(String deviceName)The device name exposed to the EC2 instance (for example,/dev/sdhorxvdh).BlockDeviceMappingBlockDeviceMapping. withEbs(Ebs ebs)The information about the Amazon EBS volume.BlockDeviceMappingBlockDeviceMapping. withNoDevice(Boolean noDevice)Suppresses a device mapping.BlockDeviceMappingBlockDeviceMapping. withVirtualName(String virtualName)The name of the virtual device (for example,ephemeral0).Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type BlockDeviceMapping Modifier and Type Method Description List<BlockDeviceMapping>CreateLaunchConfigurationRequest. getBlockDeviceMappings()One or more mappings that specify how block devices are exposed to the instance.List<BlockDeviceMapping>LaunchConfiguration. getBlockDeviceMappings()A block device mapping, which specifies the block devices for the instance.Methods in com.amazonaws.services.autoscaling.model with parameters of type BlockDeviceMapping Modifier and Type Method Description CreateLaunchConfigurationRequestCreateLaunchConfigurationRequest. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)One or more mappings that specify how block devices are exposed to the instance.LaunchConfigurationLaunchConfiguration. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)A block device mapping, which specifies the block devices for the instance.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type BlockDeviceMapping Modifier and Type Method Description voidCreateLaunchConfigurationRequest. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)One or more mappings that specify how block devices are exposed to the instance.voidLaunchConfiguration. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)A block device mapping, which specifies the block devices for the instance.CreateLaunchConfigurationRequestCreateLaunchConfigurationRequest. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)One or more mappings that specify how block devices are exposed to the instance.LaunchConfigurationLaunchConfiguration. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)A block device mapping, which specifies the block devices for the instance.
-