Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
VolumeAttachment |
AttachVolumeResult.getAttachment()
Describes volume attachment details.
|
VolumeAttachment |
DetachVolumeResult.getAttachment()
Describes volume attachment details.
|
Modifier and Type | Method and Description |
---|---|
List<VolumeAttachment> |
Volume.getAttachments()
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
AttachVolumeResult.setAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
void |
DetachVolumeResult.setAttachment(VolumeAttachment attachment)
Describes volume attachment details.
|
Modifier and Type | Method and Description |
---|---|
void |
Volume.setAttachments(Collection<VolumeAttachment> attachments)
Information about the volume attachments.
|
Modifier and Type | Method and Description |
---|---|
static VolumeAttachment |
EC2ModelFactory.wrapVolumeAttachment(com.amazonaws.services.ec2.model.VolumeAttachment sourceVolumeAttachment) |
Modifier and Type | Method and Description |
---|---|
static List<VolumeAttachment> |
EC2ModelFactory.wrapVolumeAttachmentList(List<com.amazonaws.services.ec2.model.VolumeAttachment> sourceVolumeAttachments) |
Copyright © 2010–2020. All rights reserved.