Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
VolumeModification |
ModifyVolumeResult.getVolumeModification() |
Modifier and Type | Method and Description |
---|---|
List<VolumeModification> |
DescribeVolumesModificationsResult.getVolumesModifications()
A list of returned VolumeModification objects.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyVolumeResult.setVolumeModification(VolumeModification volumeModification) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeVolumesModificationsResult.setVolumesModifications(Collection<VolumeModification> volumesModifications)
A list of returned VolumeModification objects.
|
Modifier and Type | Method and Description |
---|---|
static VolumeModification |
EC2ModelFactory.wrapVolumeModification(com.amazonaws.services.ec2.model.VolumeModification sourceVolumeModification) |
Modifier and Type | Method and Description |
---|---|
static List<VolumeModification> |
EC2ModelFactory.wrapVolumeModificationList(List<com.amazonaws.services.ec2.model.VolumeModification> sourceVolumeModificationList) |
Copyright © 2010–2020. All rights reserved.