Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
Volume |
CreateVolumeResult.getVolume()
Describes a volume.
|
Modifier and Type | Method and Description |
---|---|
List<Volume> |
DescribeVolumesResult.getVolumes()
Information about the volumes.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVolumeResult.setVolume(Volume volume)
Describes a volume.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVolumesResult.setVolumes(Collection<Volume> volumes)
Information about the volumes.
|
Constructor and Description |
---|
CreateVolumeResult(Volume volume) |
Modifier and Type | Method and Description |
---|---|
static Volume |
EC2ModelFactory.wrapVolume(com.amazonaws.services.ec2.model.Volume sourceVolume) |
Modifier and Type | Method and Description |
---|---|
static List<Volume> |
EC2ModelFactory.wrapVolumeList(List<com.amazonaws.services.ec2.model.Volume> sourceVolumes) |
Copyright © 2010–2020. All rights reserved.