Package | Description |
---|---|
org.mule.modules.ec2 | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
RunInstancesResult |
EC2Connector.runInstances(String imageId,
Integer minCount,
Integer maxCount,
List<String> securityGroups,
List<String> securityGroupIds,
String keyname,
String subnetId,
String instanceType)
Launches the specified number of instances of an AMI for which you have permissions.
|
Modifier and Type | Method and Description |
---|---|
static RunInstancesResult |
EC2ModelFactory.wrapRunInstances(com.amazonaws.services.ec2.model.RunInstancesResult result) |
Copyright © 2010–2020. All rights reserved.