Uses of Class
com.amazonaws.services.ec2.model.BlockDeviceMapping
-
Packages that use BlockDeviceMapping Package Description com.amazonaws.services.ec2.model -
-
Uses of BlockDeviceMapping in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return BlockDeviceMapping Modifier and Type Method Description BlockDeviceMapping
BlockDeviceMapping. clone()
BlockDeviceMapping
BlockDeviceMapping. withDeviceName(String deviceName)
The device name exposed to the instance (for example,/dev/sdh
orxvdh
).BlockDeviceMapping
BlockDeviceMapping. withEbs(EbsBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is launched.BlockDeviceMapping
BlockDeviceMapping. withNoDevice(String noDevice)
Suppresses the specified device included in the block device mapping of the AMI.BlockDeviceMapping
BlockDeviceMapping. withVirtualName(String virtualName)
The virtual device name (ephemeral
N).Methods in com.amazonaws.services.ec2.model that return types with arguments of type BlockDeviceMapping Modifier and Type Method Description List<BlockDeviceMapping>
CreateImageRequest. getBlockDeviceMappings()
Information about one or more block device mappings.List<BlockDeviceMapping>
Image. getBlockDeviceMappings()
Any block device mapping entries.List<BlockDeviceMapping>
ImageAttribute. getBlockDeviceMappings()
One or more block device mapping entries.List<BlockDeviceMapping>
LaunchSpecification. getBlockDeviceMappings()
One or more block device mapping entries.List<BlockDeviceMapping>
RegisterImageRequest. getBlockDeviceMappings()
One or more block device mapping entries.List<BlockDeviceMapping>
RunInstancesRequest. getBlockDeviceMappings()
The block device mapping.List<BlockDeviceMapping>
SpotFleetLaunchSpecification. getBlockDeviceMappings()
One or more block device mapping entries.Methods in com.amazonaws.services.ec2.model with parameters of type BlockDeviceMapping Modifier and Type Method Description CreateImageRequest
CreateImageRequest. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Information about one or more block device mappings.Image
Image. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries.ImageAttribute
ImageAttribute. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.LaunchSpecification
LaunchSpecification. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.RegisterImageRequest
RegisterImageRequest. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.RunInstancesRequest
RunInstancesRequest. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping.SpotFleetLaunchSpecification
SpotFleetLaunchSpecification. withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.Method parameters in com.amazonaws.services.ec2.model with type arguments of type BlockDeviceMapping Modifier and Type Method Description void
CreateImageRequest. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Information about one or more block device mappings.void
Image. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.void
ImageAttribute. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.void
LaunchSpecification. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.void
RegisterImageRequest. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.void
RunInstancesRequest. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping.void
SpotFleetLaunchSpecification. setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.CreateImageRequest
CreateImageRequest. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Information about one or more block device mappings.Image
Image. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.ImageAttribute
ImageAttribute. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.LaunchSpecification
LaunchSpecification. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.RegisterImageRequest
RegisterImageRequest. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.RunInstancesRequest
RunInstancesRequest. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping.SpotFleetLaunchSpecification
SpotFleetLaunchSpecification. withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
-