Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Ipv6Pool |
Ipv6Pool.clone() |
Ipv6Pool |
Ipv6Pool.withDescription(String description)
The description for the address pool.
|
Ipv6Pool |
Ipv6Pool.withPoolCidrBlocks(Collection<PoolCidrBlock> poolCidrBlocks)
The CIDR blocks for the address pool.
|
Ipv6Pool |
Ipv6Pool.withPoolCidrBlocks(PoolCidrBlock... poolCidrBlocks)
The CIDR blocks for the address pool.
|
Ipv6Pool |
Ipv6Pool.withPoolId(String poolId)
The ID of the address pool.
|
Ipv6Pool |
Ipv6Pool.withTags(Collection<Tag> tags)
Any tags for the address pool.
|
Ipv6Pool |
Ipv6Pool.withTags(Tag... tags)
Any tags for the address pool.
|
Modifier and Type | Method and Description |
---|---|
List<Ipv6Pool> |
DescribeIpv6PoolsResult.getIpv6Pools()
Information about the IPv6 address pools.
|
Modifier and Type | Method and Description |
---|---|
DescribeIpv6PoolsResult |
DescribeIpv6PoolsResult.withIpv6Pools(Ipv6Pool... ipv6Pools)
Information about the IPv6 address pools.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIpv6PoolsResult.setIpv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
|
DescribeIpv6PoolsResult |
DescribeIpv6PoolsResult.withIpv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
|
Copyright © 2021. All rights reserved.