Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
BlockDeviceMapping |
BlockDeviceMapping.clone() |
BlockDeviceMapping |
BlockDeviceMapping.withDeviceName(String deviceName)
The device name (for example,
/dev/sdh or xvdh ). |
BlockDeviceMapping |
BlockDeviceMapping.withEbs(EbsBlockDevice ebs)
Parameters used to automatically set up EBS volumes when the instance is launched.
|
BlockDeviceMapping |
BlockDeviceMapping.withNoDevice(String noDevice)
To omit the device from the block device mapping, specify an empty string.
|
BlockDeviceMapping |
BlockDeviceMapping.withVirtualName(String virtualName)
The virtual device name (
ephemeral N). |
Modifier and Type | Method and Description |
---|---|
List<BlockDeviceMapping> |
ImageAttribute.getBlockDeviceMappings()
The block device mapping entries.
|
List<BlockDeviceMapping> |
LaunchSpecification.getBlockDeviceMappings()
One or more block device mapping entries.
|
List<BlockDeviceMapping> |
RegisterImageRequest.getBlockDeviceMappings()
The block device mapping entries.
|
List<BlockDeviceMapping> |
RunInstancesRequest.getBlockDeviceMappings()
The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at
launch.
|
List<BlockDeviceMapping> |
SpotFleetLaunchSpecification.getBlockDeviceMappings()
One or more block devices that are mapped to the Spot Instances.
|
List<BlockDeviceMapping> |
Image.getBlockDeviceMappings()
Any block device mapping entries.
|
List<BlockDeviceMapping> |
CreateImageRequest.getBlockDeviceMappings()
The block device mappings.
|
Modifier and Type | Method and Description |
---|---|
ImageAttribute |
ImageAttribute.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries.
|
LaunchSpecification |
LaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block device mapping entries.
|
RegisterImageRequest |
RegisterImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping entries.
|
RunInstancesRequest |
RunInstancesRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at
launch.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
One or more block devices that are mapped to the Spot Instances.
|
Image |
Image.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
Any block device mapping entries.
|
CreateImageRequest |
CreateImageRequest.withBlockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)
The block device mappings.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageAttribute.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries.
|
void |
LaunchSpecification.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
void |
RegisterImageRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries.
|
void |
RunInstancesRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at
launch.
|
void |
SpotFleetLaunchSpecification.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block devices that are mapped to the Spot Instances.
|
void |
Image.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.
|
void |
CreateImageRequest.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mappings.
|
ImageAttribute |
ImageAttribute.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries.
|
LaunchSpecification |
LaunchSpecification.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
RegisterImageRequest |
RegisterImageRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping entries.
|
RunInstancesRequest |
RunInstancesRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mapping, which defines the EBS volumes and instance store volumes to attach to the instance at
launch.
|
SpotFleetLaunchSpecification |
SpotFleetLaunchSpecification.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block devices that are mapped to the Spot Instances.
|
Image |
Image.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.
|
CreateImageRequest |
CreateImageRequest.withBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
The block device mappings.
|
Copyright © 2021. All rights reserved.