Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Ipv6Range |
Ipv6Range.clone() |
Ipv6Range |
Ipv6Range.withCidrIpv6(String cidrIpv6)
The IPv6 CIDR range.
|
Ipv6Range |
Ipv6Range.withDescription(String description)
A description for the security group rule that references this IPv6 address range.
|
Modifier and Type | Method and Description |
---|---|
List<Ipv6Range> |
IpPermission.getIpv6Ranges()
[VPC only] The IPv6 ranges.
|
Modifier and Type | Method and Description |
---|---|
IpPermission |
IpPermission.withIpv6Ranges(Ipv6Range... ipv6Ranges)
[VPC only] The IPv6 ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
IpPermission.setIpv6Ranges(Collection<Ipv6Range> ipv6Ranges)
[VPC only] The IPv6 ranges.
|
IpPermission |
IpPermission.withIpv6Ranges(Collection<Ipv6Range> ipv6Ranges)
[VPC only] The IPv6 ranges.
|
Copyright © 2020. All rights reserved.