Package | Description |
---|---|
org.mule.modules.ec2.model | |
org.mule.modules.ec2.util |
Modifier and Type | Method and Description |
---|---|
List<Ipv6Range> |
IpPermission.getIpv6Ranges()
[EC2-VPC only] One or more IPv6 ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
IpPermission.setIpv6Ranges(Collection<Ipv6Range> ipv6Ranges)
[EC2-VPC only] One or more IPv6 ranges.
|
Modifier and Type | Method and Description |
---|---|
static Ipv6Range |
EC2ModelFactory.wrapIpv6Range(com.amazonaws.services.ec2.model.Ipv6Range sourceIpv6Range) |
Modifier and Type | Method and Description |
---|---|
static List<Ipv6Range> |
EC2ModelFactory.wrapIpv6RangeList(List<com.amazonaws.services.ec2.model.Ipv6Range> sourceIpv6RangeList) |
Modifier and Type | Method and Description |
---|---|
static com.amazonaws.services.ec2.model.Ipv6Range |
EC2ModelFactory.unwrapIpv6Range(Ipv6Range sourceIpv6Range) |
Modifier and Type | Method and Description |
---|---|
static List<com.amazonaws.services.ec2.model.Ipv6Range> |
EC2ModelFactory.unwrapIpv6RangeList(List<Ipv6Range> sourceIpv6RangeList) |
Copyright © 2010–2020. All rights reserved.