| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkRoute |
NetworkRoute.clone() |
NetworkRoute |
NetworkRoute.withDestinationCidrBlock(String destinationCidrBlock)
A unique identifier for the route, such as a CIDR block.
|
NetworkRoute |
NetworkRoute.withDestinations(Collection<NetworkRouteDestination> destinations)
The destinations.
|
NetworkRoute |
NetworkRoute.withDestinations(NetworkRouteDestination... destinations)
The destinations.
|
NetworkRoute |
NetworkRoute.withPrefixListId(String prefixListId)
The ID of the prefix list.
|
NetworkRoute |
NetworkRoute.withState(RouteState state)
The route state.
|
NetworkRoute |
NetworkRoute.withState(String state)
The route state.
|
NetworkRoute |
NetworkRoute.withType(RouteType type)
The route type.
|
NetworkRoute |
NetworkRoute.withType(String type)
The route type.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkRoute> |
GetNetworkRoutesResult.getNetworkRoutes()
The network routes.
|
| Modifier and Type | Method and Description |
|---|---|
GetNetworkRoutesResult |
GetNetworkRoutesResult.withNetworkRoutes(NetworkRoute... networkRoutes)
The network routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetNetworkRoutesResult.setNetworkRoutes(Collection<NetworkRoute> networkRoutes)
The network routes.
|
GetNetworkRoutesResult |
GetNetworkRoutesResult.withNetworkRoutes(Collection<NetworkRoute> networkRoutes)
The network routes.
|
Copyright © 2024. All rights reserved.