Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CoipPool |
CoipPool.clone() |
CoipPool |
CoipPool.withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
CoipPool |
CoipPool.withPoolArn(String poolArn)
The ARN of the address pool.
|
CoipPool |
CoipPool.withPoolCidrs(Collection<String> poolCidrs)
The address ranges of the address pool.
|
CoipPool |
CoipPool.withPoolCidrs(String... poolCidrs)
The address ranges of the address pool.
|
CoipPool |
CoipPool.withPoolId(String poolId)
The ID of the address pool.
|
CoipPool |
CoipPool.withTags(Collection<Tag> tags)
The tags.
|
CoipPool |
CoipPool.withTags(Tag... tags)
The tags.
|
Modifier and Type | Method and Description |
---|---|
List<CoipPool> |
DescribeCoipPoolsResult.getCoipPools()
Information about the address pools.
|
Modifier and Type | Method and Description |
---|---|
DescribeCoipPoolsResult |
DescribeCoipPoolsResult.withCoipPools(CoipPool... coipPools)
Information about the address pools.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeCoipPoolsResult.setCoipPools(Collection<CoipPool> coipPools)
Information about the address pools.
|
DescribeCoipPoolsResult |
DescribeCoipPoolsResult.withCoipPools(Collection<CoipPool> coipPools)
Information about the address pools.
|
Copyright © 2021. All rights reserved.