|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
Specifies the device name (e.g., /dev/sdh). |
BlockDeviceMapping |
BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
Specifies parameters used to automatically setup Amazon EBS volumes when the instance is launched. |
BlockDeviceMapping |
BlockDeviceMapping.withNoDevice(String noDevice)
Specifies the device name to suppress during instance launch. |
BlockDeviceMapping |
BlockDeviceMapping.withVirtualName(String virtualName)
Specifies the virtual device name. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type BlockDeviceMapping | |
---|---|
List<BlockDeviceMapping> |
ImageAttribute.getBlockDeviceMappings()
Block device mappings for the associated AMI. |
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> |
RunInstancesRequest.getBlockDeviceMappings()
|
List<BlockDeviceMapping> |
LaunchSpecification.getBlockDeviceMappings()
Specifies how block devices are exposed to the instance. |
List<BlockDeviceMapping> |
Image.getBlockDeviceMappings()
Specifies how block devices are exposed to the instance. |
Methods in com.amazonaws.services.ec2.model with parameters of type BlockDeviceMapping | |
---|---|
ImageAttribute |
ImageAttribute.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Block device mappings for the associated AMI. |
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. |
RunInstancesRequest |
RunInstancesRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Returns a reference to this object so that method calls can be chained together. |
LaunchSpecification |
LaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
Image |
Image.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
Method parameters in com.amazonaws.services.ec2.model with type arguments of type BlockDeviceMapping | |
---|---|
void |
ImageAttribute.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Block device mappings for the associated AMI. |
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 |
RunInstancesRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
|
void |
LaunchSpecification.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
void |
Image.setBlockDeviceMappings(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. |
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. |
RunInstancesRequest |
RunInstancesRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Returns a reference to this object so that method calls can be chained together. |
LaunchSpecification |
LaunchSpecification.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
Image |
Image.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Specifies how block devices are exposed to the instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |