Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
Snapshot |
CreateSnapshotResult.getSnapshot()
Describes a snapshot.
|
Modifier and Type | Method and Description |
---|---|
List<Snapshot> |
DescribeSnapshotsResult.getSnapshots()
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateSnapshotResult.setSnapshot(Snapshot snapshot)
Describes a snapshot.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSnapshotsResult.setSnapshots(Collection<Snapshot> snapshots)
Information about the snapshots.
|
Modifier and Type | Method and Description |
---|---|
static Snapshot |
EC2ModelFactory.wrapSnapshot(com.amazonaws.services.ec2.model.Snapshot sourceSnapshot) |
Modifier and Type | Method and Description |
---|---|
static List<Snapshot> |
EC2ModelFactory.wrapSnapshotList(List<com.amazonaws.services.ec2.model.Snapshot> sourceSnapshotList) |
Copyright © 2010–2020. All rights reserved.