Package | Description |
---|---|
org.mule.modules.ec2 | |
org.mule.modules.ec2.model | |
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.
|
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.
|
RevokeSecurityGroupEgressResult |
EC2Connector.revokeSecurityGroupEgress(String groupId,
String cidrIp,
String ipProtocol,
Integer fromPort,
Integer toPort,
List<IpPermission> ipPermissions,
String sourceSecurityGroupName,
String sourceSecurityGroupOwnerId)
[EC2-VPC only] Removes one or more egress rules from a security group for EC2-VPC.
|
RevokeSecurityGroupIngressResult |
EC2Connector.revokeSecurityGroupIngress(String groupId,
String groupName,
String cidrIp,
String ipProtocol,
Integer fromPort,
Integer toPort,
List<IpPermission> ipPermissions,
String sourceSecurityGroupName,
String sourceSecurityGroupOwnerId)
Removes one or more ingress rules from a security group.
|
Modifier and Type | Method and Description |
---|---|
List<IpPermission> |
SecurityGroup.getIpPermissions()
One or more inbound rules associated with the security group.
|
List<IpPermission> |
SecurityGroup.getIpPermissionsEgress()
[EC2-VPC] One or more outbound rules associated with the security group.
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityGroup.setIpPermissions(Collection<IpPermission> ipPermissions)
One or more inbound rules associated with the security group.
|
void |
SecurityGroup.setIpPermissionsEgress(Collection<IpPermission> ipPermissionsEgress)
[EC2-VPC] One or more outbound rules associated with the security group.
|
Modifier and Type | Method and Description |
---|---|
static IpPermission |
EC2ModelFactory.wrapIpPermission(com.amazonaws.services.ec2.model.IpPermission sourceIpPermission) |
Modifier and Type | Method and Description |
---|---|
static List<IpPermission> |
EC2ModelFactory.wrapIpPermissionList(List<com.amazonaws.services.ec2.model.IpPermission> sourceIpPermissionList) |
Modifier and Type | Method and Description |
---|---|
static com.amazonaws.services.ec2.model.IpPermission |
EC2ModelFactory.unwrapIpPermission(IpPermission sourceIpPermission) |
Modifier and Type | Method and Description |
---|---|
static List<com.amazonaws.services.ec2.model.IpPermission> |
EC2ModelFactory.unwrapIpPermissionList(List<IpPermission> sourceIpPermissionList) |
Copyright © 2010–2020. All rights reserved.