Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
List<InstanceBlockDeviceMapping> |
Instance.getBlockDeviceMappings()
Any block device mapping entries for the instance.
|
List<InstanceBlockDeviceMapping> |
InstanceAttribute.getBlockDeviceMappings()
The block device mapping of the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Instance.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
Any block device mapping entries for the instance.
|
void |
InstanceAttribute.setBlockDeviceMappings(Collection<InstanceBlockDeviceMapping> blockDeviceMappings)
The block device mapping of the instance.
|
Modifier and Type | Method and Description |
---|---|
static List<InstanceBlockDeviceMapping> |
EC2ModelFactory.wrapDeviceMappingList(List<com.amazonaws.services.ec2.model.InstanceBlockDeviceMapping> sourcemappings) |
Copyright © 2010–2020. All rights reserved.