| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
IpRoute |
IpRoute.clone() |
IpRoute |
IpRoute.withCidrIp(String cidrIp)
IP address block using CIDR format, for example 10.0.0.0/24.
|
IpRoute |
IpRoute.withDescription(String description)
Description of the address block.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpRoute> |
AddIpRoutesRequest.getIpRoutes()
IP address blocks, using CIDR format, of the traffic to route.
|
| Modifier and Type | Method and Description |
|---|---|
AddIpRoutesRequest |
AddIpRoutesRequest.withIpRoutes(IpRoute... ipRoutes)
IP address blocks, using CIDR format, of the traffic to route.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddIpRoutesRequest.setIpRoutes(Collection<IpRoute> ipRoutes)
IP address blocks, using CIDR format, of the traffic to route.
|
AddIpRoutesRequest |
AddIpRoutesRequest.withIpRoutes(Collection<IpRoute> ipRoutes)
IP address blocks, using CIDR format, of the traffic to route.
|
Copyright © 2019. All rights reserved.