| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PublicIpv4PoolRange |
ProvisionPublicIpv4PoolCidrResponse.poolAddressRange()
Information about the address range of the public IPv4 pool.
|
| Modifier and Type | Method and Description |
|---|---|
List<PublicIpv4PoolRange> |
PublicIpv4Pool.poolAddressRanges()
The address ranges.
|
| Modifier and Type | Method and Description |
|---|---|
ProvisionPublicIpv4PoolCidrResponse.Builder |
ProvisionPublicIpv4PoolCidrResponse.Builder.poolAddressRange(PublicIpv4PoolRange poolAddressRange)
Information about the address range of the public IPv4 pool.
|
PublicIpv4Pool.Builder |
PublicIpv4Pool.Builder.poolAddressRanges(PublicIpv4PoolRange... poolAddressRanges)
The address ranges.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIpv4Pool.Builder |
PublicIpv4Pool.Builder.poolAddressRanges(Collection<PublicIpv4PoolRange> poolAddressRanges)
The address ranges.
|
Copyright © 2023. All rights reserved.