Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CoipCidr |
CoipCidr.clone() |
CoipCidr |
DeleteCoipCidrResult.getCoipCidr()
Information about a range of customer-owned IP addresses.
|
CoipCidr |
CreateCoipCidrResult.getCoipCidr()
Information about a range of customer-owned IP addresses.
|
CoipCidr |
CoipCidr.withCidr(String cidr)
An address range in a customer-owned IP address space.
|
CoipCidr |
CoipCidr.withCoipPoolId(String coipPoolId)
The ID of the address pool.
|
CoipCidr |
CoipCidr.withLocalGatewayRouteTableId(String localGatewayRouteTableId)
The ID of the local gateway route table.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteCoipCidrResult.setCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
void |
CreateCoipCidrResult.setCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
DeleteCoipCidrResult |
DeleteCoipCidrResult.withCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
CreateCoipCidrResult |
CreateCoipCidrResult.withCoipCidr(CoipCidr coipCidr)
Information about a range of customer-owned IP addresses.
|
Copyright © 2023. All rights reserved.