Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
PublicIpv4PoolRange |
PublicIpv4PoolRange.clone() |
PublicIpv4PoolRange |
PublicIpv4PoolRange.withAddressCount(Integer addressCount)
The number of addresses in the range.
|
PublicIpv4PoolRange |
PublicIpv4PoolRange.withAvailableAddressCount(Integer availableAddressCount)
The number of available addresses in the range.
|
PublicIpv4PoolRange |
PublicIpv4PoolRange.withFirstAddress(String firstAddress)
The first IP address in the range.
|
PublicIpv4PoolRange |
PublicIpv4PoolRange.withLastAddress(String lastAddress)
The last IP address in the range.
|
Modifier and Type | Method and Description |
---|---|
List<PublicIpv4PoolRange> |
PublicIpv4Pool.getPoolAddressRanges()
The address ranges.
|
Modifier and Type | Method and Description |
---|---|
PublicIpv4Pool |
PublicIpv4Pool.withPoolAddressRanges(PublicIpv4PoolRange... poolAddressRanges)
The address ranges.
|
Modifier and Type | Method and Description |
---|---|
void |
PublicIpv4Pool.setPoolAddressRanges(Collection<PublicIpv4PoolRange> poolAddressRanges)
The address ranges.
|
PublicIpv4Pool |
PublicIpv4Pool.withPoolAddressRanges(Collection<PublicIpv4PoolRange> poolAddressRanges)
The address ranges.
|
Copyright © 2020. All rights reserved.