Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CoipPool |
CoipPool.clone() |
CoipPool |
DeleteCoipPoolResult.getCoipPool()
Information about the CoIP address pool.
|
CoipPool |
CreateCoipPoolResult.getCoipPool()
Information about the CoIP address pool.
|
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 |
---|---|
void |
DeleteCoipPoolResult.setCoipPool(CoipPool coipPool)
Information about the CoIP address pool.
|
void |
CreateCoipPoolResult.setCoipPool(CoipPool coipPool)
Information about the CoIP address pool.
|
DeleteCoipPoolResult |
DeleteCoipPoolResult.withCoipPool(CoipPool coipPool)
Information about the CoIP address pool.
|
CreateCoipPoolResult |
CreateCoipPoolResult.withCoipPool(CoipPool coipPool)
Information about the CoIP address pool.
|
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 © 2023. All rights reserved.