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)
          Sets the value of the DeviceName property for this object.
 BlockDeviceMapping BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
          Sets the value of the Ebs property for this object.
 BlockDeviceMapping BlockDeviceMapping.withNoDevice(String noDevice)
          Sets the value of the NoDevice property for this object.
 BlockDeviceMapping BlockDeviceMapping.withVirtualName(String virtualName)
          Sets the value of the VirtualName property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type BlockDeviceMapping
 List<BlockDeviceMapping> RegisterImageRequest.getBlockDeviceMappings()
          The block device mappings for the new AMI, which specify how different block devices (ex: EBS volumes and ephemeral drives) will be exposed on instances launched from the new image.
 List<BlockDeviceMapping> Image.getBlockDeviceMappings()
          Specifies how block devices are exposed to the instance.
 List<BlockDeviceMapping> ImageAttribute.getBlockDeviceMappings()
          Block device mappings for the associated AMI.
 List<BlockDeviceMapping> RunInstancesRequest.getBlockDeviceMappings()
           
 

Methods in com.amazonaws.services.ec2.model with parameters of type BlockDeviceMapping
 RegisterImageRequest RegisterImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          The block device mappings for the new AMI, which specify how different block devices (ex: EBS volumes and ephemeral drives) will be exposed on instances launched from the new image.
 Image Image.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 ImageAttribute ImageAttribute.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
          Block device mappings for the associated AMI.
 RunInstancesRequest RunInstancesRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
           Returns a reference to this object so that method calls can be chained together.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type BlockDeviceMapping
 void RegisterImageRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          The block device mappings for the new AMI, which specify how different block devices (ex: EBS volumes and ephemeral drives) will be exposed on instances launched from the new image.
 void Image.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 void ImageAttribute.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Block device mappings for the associated AMI.
 void RunInstancesRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
           
 RegisterImageRequest RegisterImageRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          The block device mappings for the new AMI, which specify how different block devices (ex: EBS volumes and ephemeral drives) will be exposed on instances launched from the new image.
 Image Image.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Specifies how block devices are exposed to the instance.
 ImageAttribute ImageAttribute.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
          Block device mappings for the associated AMI.
 RunInstancesRequest RunInstancesRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
           Returns a reference to this object so that method calls can be chained together.
 



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