| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PoolCidrBlock |
PoolCidrBlock.clone() |
PoolCidrBlock |
PoolCidrBlock.withCidr(String cidr)
The CIDR block.
|
| Modifier and Type | Method and Description |
|---|---|
List<PoolCidrBlock> |
Ipv6Pool.getPoolCidrBlocks()
The CIDR blocks for the address pool.
|
| Modifier and Type | Method and Description |
|---|---|
Ipv6Pool |
Ipv6Pool.withPoolCidrBlocks(PoolCidrBlock... poolCidrBlocks)
The CIDR blocks for the address pool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Ipv6Pool.setPoolCidrBlocks(Collection<PoolCidrBlock> poolCidrBlocks)
The CIDR blocks for the address pool.
|
Ipv6Pool |
Ipv6Pool.withPoolCidrBlocks(Collection<PoolCidrBlock> poolCidrBlocks)
The CIDR blocks for the address pool.
|
Copyright © 2025. All rights reserved.