Package | Description |
---|---|
org.mule.modules.ec2 | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupEgressResult |
EC2Connector.authorizeSecurityGroupEgress(String groupId,
String cidrIp,
String ipProtocol,
Integer fromPort,
Integer toPort,
List<IpPermission> ipPermissions,
String sourceSecurityGroupName,
String sourceSecurityGroupOwnerId)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.
|
Modifier and Type | Method and Description |
---|---|
static AuthorizeSecurityGroupEgressResult |
EC2ModelFactory.wrapAuthorizeSecurityGroupEgressResult(com.amazonaws.services.ec2.model.AuthorizeSecurityGroupEgressResult sourceAuthorizeSecurityGroupEgressResult) |
Copyright © 2010–2020. All rights reserved.