Package | Description |
---|---|
org.mule.modules.ec2 | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupIngressResult |
EC2Connector.authorizeSecurityGroupIngress(String groupId,
String groupName,
String cidrIp,
String ipProtocol,
Integer fromPort,
Integer toPort,
List<IpPermission> ipPermissions,
String sourceSecurityGroupName,
String sourceSecurityGroupOwnerId)
Adds one or more ingress rules to a security group.
|
Modifier and Type | Method and Description |
---|---|
static AuthorizeSecurityGroupIngressResult |
EC2ModelFactory.wrapAuthorizeSecurityGroupIngressResult(com.amazonaws.services.ec2.model.AuthorizeSecurityGroupIngressResult sourceAuthorizeSecurityGroupIngressResult) |
Copyright © 2010–2020. All rights reserved.