Package | Description |
---|---|
org.mule.modules.ec2 | |
org.mule.modules.ec2.model |
Modifier and Type | Method and Description |
---|---|
RegionEndpoint |
Config.getRegion() |
Modifier and Type | Method and Description |
---|---|
CopySnapshotResult |
EC2Connector.copySnapshot(String sourceSnapshotId,
RegionEndpoint sourceRegion,
String description,
RegionEndpoint destinationRegion,
String presignedUrl,
Boolean encrypted,
String kmsKeyId)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
void |
Config.setRegion(RegionEndpoint region) |
Modifier and Type | Method and Description |
---|---|
static RegionEndpoint |
RegionEndpoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionEndpoint[] |
RegionEndpoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2020. All rights reserved.