Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IpRange |
IpRange.clone() |
IpRange |
IpRange.withCidrIp(String cidrIp)
The IPv4 CIDR range.
|
IpRange |
IpRange.withDescription(String description)
A description for the security group rule that references this IPv4 address range.
|
Modifier and Type | Method and Description |
---|---|
List<IpRange> |
IpPermission.getIpv4Ranges()
The IPv4 ranges.
|
Modifier and Type | Method and Description |
---|---|
IpPermission |
IpPermission.withIpv4Ranges(IpRange... ipv4Ranges)
The IPv4 ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
IpPermission.setIpv4Ranges(Collection<IpRange> ipv4Ranges)
The IPv4 ranges.
|
IpPermission |
IpPermission.withIpv4Ranges(Collection<IpRange> ipv4Ranges)
The IPv4 ranges.
|
Copyright © 2023. All rights reserved.