Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClientVpnRoute |
ClientVpnRoute.clone() |
ClientVpnRoute |
ClientVpnRoute.withClientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint with which the route is associated.
|
ClientVpnRoute |
ClientVpnRoute.withDescription(String description)
A brief description of the route.
|
ClientVpnRoute |
ClientVpnRoute.withDestinationCidr(String destinationCidr)
The IPv4 address range, in CIDR notation, of the route destination.
|
ClientVpnRoute |
ClientVpnRoute.withOrigin(String origin)
Indicates how the route was associated with the Client VPN endpoint.
|
ClientVpnRoute |
ClientVpnRoute.withStatus(ClientVpnRouteStatus status)
The current state of the route.
|
ClientVpnRoute |
ClientVpnRoute.withTargetSubnet(String targetSubnet)
The ID of the subnet through which traffic is routed.
|
ClientVpnRoute |
ClientVpnRoute.withType(String type)
The route type.
|
Modifier and Type | Method and Description |
---|---|
List<ClientVpnRoute> |
DescribeClientVpnRoutesResult.getRoutes()
Information about the Client VPN endpoint routes.
|
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnRoutesResult |
DescribeClientVpnRoutesResult.withRoutes(ClientVpnRoute... routes)
Information about the Client VPN endpoint routes.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClientVpnRoutesResult.setRoutes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
|
DescribeClientVpnRoutesResult |
DescribeClientVpnRoutesResult.withRoutes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
|
Copyright © 2020. All rights reserved.