Uses of Class
com.xerox.amazonws.ec2.BlockDeviceMapping

Packages that use BlockDeviceMapping
com.xerox.amazonws.ec2   
 

Uses of BlockDeviceMapping in com.xerox.amazonws.ec2
 

Methods in com.xerox.amazonws.ec2 that return types with arguments of type BlockDeviceMapping
 List<BlockDeviceMapping> ImageDescription.getBlockDeviceMapping()
           
 List<BlockDeviceMapping> LaunchConfiguration.getBlockDevicemappings()
           
 List<BlockDeviceMapping> DescribeInstanceAttributeResult.getBlockDeviceMappings()
           
 List<BlockDeviceMapping> DescribeImageAttributeResult.getBlockDeviceMappings()
           
 

Method parameters in com.xerox.amazonws.ec2 with type arguments of type BlockDeviceMapping
 String Jec2.registerImage(String name, String description, String architecture, String kernelId, String ramdiskId, String rootDeviceName, List<BlockDeviceMapping> blockDeviceMappings)
          Register a snapshot as an EBS backed AMI
protected  String Jec2.registerImage(String imageLocation, String name, String description, String architecture, String kernelId, String ramdiskId, String rootDeviceName, List<BlockDeviceMapping> blockDeviceMappings)
           
 ReservationDescription Jec2.runInstances(String imageId, int minCount, int maxCount, List<String> groupSet, String userData, String keyName, boolean publicAddr, InstanceType type, String availabilityZone, String kernelId, String ramdiskId, List<BlockDeviceMapping> blockDeviceMappings)
          Requests reservation of a number of instances.
 void LaunchConfiguration.setBlockDevicemappings(List<BlockDeviceMapping> blockDeviceMappings)
           
 

Constructor parameters in com.xerox.amazonws.ec2 with type arguments of type BlockDeviceMapping
DescribeImageAttributeResult(String imageId, ImageListAttribute imageListAttribute, List<String> productCodes, String kernelId, String ramdiskId, List<BlockDeviceMapping> blockDeviceMappings)
           
ImageDescription(String id, String loc, String owner, String state, Boolean isPublic, List<String> productCodes, String architecture, String imageType, String kernelId, String ramdiskId, String platform, String reason, String imageOwnerAlias, String name, String description, String rootDeviceType, String rootDeviceName, List<BlockDeviceMapping> blockDeviceMapping, String virtualizationType)