| Package | Description |
|---|---|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
PublicIpv4Pool |
PublicIpv4Pool.clone() |
PublicIpv4Pool |
PublicIpv4Pool.withDescription(String description)
A description of the address pool.
|
PublicIpv4Pool |
PublicIpv4Pool.withPoolAddressRanges(Collection<PublicIpv4PoolRange> poolAddressRanges)
The address ranges.
|
PublicIpv4Pool |
PublicIpv4Pool.withPoolAddressRanges(PublicIpv4PoolRange... poolAddressRanges)
The address ranges.
|
PublicIpv4Pool |
PublicIpv4Pool.withPoolId(String poolId)
The ID of the IPv4 address pool.
|
PublicIpv4Pool |
PublicIpv4Pool.withTotalAddressCount(Integer totalAddressCount)
The total number of addresses.
|
PublicIpv4Pool |
PublicIpv4Pool.withTotalAvailableAddressCount(Integer totalAvailableAddressCount)
The total number of available addresses.
|
| Modifier and Type | Method and Description |
|---|---|
List<PublicIpv4Pool> |
DescribePublicIpv4PoolsResult.getPublicIpv4Pools()
Information about the address pools.
|
| Modifier and Type | Method and Description |
|---|---|
DescribePublicIpv4PoolsResult |
DescribePublicIpv4PoolsResult.withPublicIpv4Pools(PublicIpv4Pool... publicIpv4Pools)
Information about the address pools.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePublicIpv4PoolsResult.setPublicIpv4Pools(Collection<PublicIpv4Pool> publicIpv4Pools)
Information about the address pools.
|
DescribePublicIpv4PoolsResult |
DescribePublicIpv4PoolsResult.withPublicIpv4Pools(Collection<PublicIpv4Pool> publicIpv4Pools)
Information about the address pools.
|
Copyright © 2019. All rights reserved.