Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
List<BlockDeviceMapping> |
ImageAttribute.getBlockDeviceMappings()
One or more block device mapping entries.
|
List<BlockDeviceMapping> |
Image.getBlockDeviceMappings()
Any block device mapping entries.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageAttribute.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
One or more block device mapping entries.
|
void |
Image.setBlockDeviceMappings(Collection<BlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries.
|
Modifier and Type | Method and Description |
---|---|
static List<BlockDeviceMapping> |
EC2ModelFactory.wrapBlockDeviceMappingList(List<com.amazonaws.services.ec2.model.BlockDeviceMapping> sourcemappings) |
Copyright © 2010–2020. All rights reserved.