Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<BlockDeviceMapping> |
CreateImageRequest.getBlockDeviceMappings()
Information about one or more block device mappings.
|
List<BlockDeviceMapping> |
RegisterImageRequest.getBlockDeviceMappings()
One or more block device mapping entries.
|
List<BlockDeviceMapping> |
LaunchSpecification.getBlockDeviceMappings()
One or more block device mapping entries.
|
List<BlockDeviceMapping> |
Image.getBlockDeviceMappings()
Any block device mapping entries.
|
List<BlockDeviceMapping> |
RunInstancesRequest.getBlockDeviceMappings()
The block device mapping.
|
List<BlockDeviceMapping> |
ImageAttribute.getBlockDeviceMappings()
One or more block device mapping entries.
|
Modifier and Type | Method and Description |
---|---|
CreateImageRequest |
CreateImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Information about one or more block device mappings.
|
RegisterImageRequest |
RegisterImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.
|
LaunchSpecification |
LaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.
|
Image |
Image.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries.
|
RunInstancesRequest |
RunInstancesRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping.
|
ImageAttribute |
ImageAttribute.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateImageRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Information about one or more block device mappings.
|
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 |
Image.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.
|
void |
RunInstancesRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping.
|
void |
ImageAttribute.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
CreateImageRequest |
CreateImageRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Information about one or more block device mappings.
|
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.
|
Image |
Image.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.
|
RunInstancesRequest |
RunInstancesRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping.
|
ImageAttribute |
ImageAttribute.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
Copyright © 2014. All rights reserved.