Uses of Class
com.amazonaws.services.ec2.model.VpnState
-
Packages that use VpnState Package Description com.amazonaws.services.ec2.model -
-
Uses of VpnState in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpnState Modifier and Type Method Description static VpnStateVpnState. fromValue(String value)Use this in place of valueOf.static VpnStateVpnState. valueOf(String name)Returns the enum constant of this type with the specified name.static VpnState[]VpnState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type VpnState Modifier and Type Method Description voidVpnConnection. setState(VpnState state)The current state of the VPN connection.voidVpnGateway. setState(VpnState state)The current state of the virtual private gateway.voidVpnStaticRoute. setState(VpnState state)The current state of the static route.VpnConnectionVpnConnection. withState(VpnState state)The current state of the VPN connection.VpnGatewayVpnGateway. withState(VpnState state)The current state of the virtual private gateway.VpnStaticRouteVpnStaticRoute. withState(VpnState state)The current state of the static route.
-