Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ClientVpnRouteStatus |
ClientVpnRouteStatus.clone() |
ClientVpnRouteStatus |
CreateClientVpnRouteResult.getStatus()
The current state of the route.
|
ClientVpnRouteStatus |
ClientVpnRoute.getStatus()
The current state of the route.
|
ClientVpnRouteStatus |
DeleteClientVpnRouteResult.getStatus()
The current state of the route.
|
ClientVpnRouteStatus |
ClientVpnRouteStatus.withCode(ClientVpnRouteStatusCode code)
The state of the Client VPN endpoint route.
|
ClientVpnRouteStatus |
ClientVpnRouteStatus.withCode(String code)
The state of the Client VPN endpoint route.
|
ClientVpnRouteStatus |
ClientVpnRouteStatus.withMessage(String message)
A message about the status of the Client VPN endpoint route, if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateClientVpnRouteResult.setStatus(ClientVpnRouteStatus status)
The current state of the route.
|
void |
ClientVpnRoute.setStatus(ClientVpnRouteStatus status)
The current state of the route.
|
void |
DeleteClientVpnRouteResult.setStatus(ClientVpnRouteStatus status)
The current state of the route.
|
CreateClientVpnRouteResult |
CreateClientVpnRouteResult.withStatus(ClientVpnRouteStatus status)
The current state of the route.
|
ClientVpnRoute |
ClientVpnRoute.withStatus(ClientVpnRouteStatus status)
The current state of the route.
|
DeleteClientVpnRouteResult |
DeleteClientVpnRouteResult.withStatus(ClientVpnRouteStatus status)
The current state of the route.
|
Copyright © 2022. All rights reserved.