Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
List<IpRange> |
IpPermission.getIpv4Ranges()
One or more IPv4 ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
IpPermission.setIpv4Ranges(Collection<IpRange> ipv4Ranges)
One or more IPv4 ranges.
|
Modifier and Type | Method and Description |
---|---|
static IpRange |
EC2ModelFactory.wrapIpRange(com.amazonaws.services.ec2.model.IpRange sourceIpRange) |
Modifier and Type | Method and Description |
---|---|
static List<IpRange> |
EC2ModelFactory.wrapIpRangeList(List<com.amazonaws.services.ec2.model.IpRange> sourceIpRangeList) |
Modifier and Type | Method and Description |
---|---|
static com.amazonaws.services.ec2.model.IpRange |
EC2ModelFactory.unwrapIpRange(IpRange sourceIpRange) |
Modifier and Type | Method and Description |
---|---|
static List<com.amazonaws.services.ec2.model.IpRange> |
EC2ModelFactory.unwrapIpRangeList(List<IpRange> sourceIpRangeList) |
Copyright © 2010–2020. All rights reserved.