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