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

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

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

Methods in com.amazonaws.services.ec2.model that return BlockDeviceMapping
 BlockDeviceMapping BlockDeviceMapping.withDeviceName(String deviceName)
          The device name exposed to the instance (for example, /dev/sdh).
 BlockDeviceMapping BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
          Parameters used to automatically set up Amazon 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.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type BlockDeviceMapping
 List<BlockDeviceMapping> RunInstancesRequest.getBlockDeviceMappings()
          The block device mapping.
 List<BlockDeviceMapping> RegisterImageRequest.getBlockDeviceMappings()
          One or more block device mapping entries.
 List<BlockDeviceMapping> LaunchSpecification.getBlockDeviceMappings()
          One or more block device mapping entries.
 List<BlockDeviceMapping> ImageAttribute.getBlockDeviceMappings()
          One or more block device mapping entries.
 List<BlockDeviceMapping> Image.getBlockDeviceMappings()
          Any block device mapping entries.
 List<BlockDeviceMapping> CreateImageRequest.getBlockDeviceMappings()
          Information about one or more block device mappings.
 

Methods in com.amazonaws.services.ec2.model with parameters of type BlockDeviceMapping
 RunInstancesRequest RunInstancesRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          The block device mapping.
 RegisterImageRequest RegisterImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          One or more block device mapping entries.
 LaunchSpecification LaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          One or more block device mapping entries.
 ImageAttribute ImageAttribute.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          One or more block device mapping entries.
 Image Image.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Any block device mapping entries.
 CreateImageRequest CreateImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Information about one or more block device mappings.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type BlockDeviceMapping
 void RunInstancesRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          The block device mapping.
 void RegisterImageRequest.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 ImageAttribute.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          One or more block device mapping entries.
 void Image.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Any block device mapping entries.
 void CreateImageRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Information about one or more block device mappings.
 RunInstancesRequest RunInstancesRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          The block device mapping.
 RegisterImageRequest RegisterImageRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          One or more block device mapping entries.
 LaunchSpecification LaunchSpecification.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          One or more block device mapping entries.
 ImageAttribute ImageAttribute.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          One or more block device mapping entries.
 Image Image.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Any block device mapping entries.
 CreateImageRequest CreateImageRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Information about one or more block device mappings.
 



Copyright © 2016. All rights reserved.