Uses of Enum
software.amazon.awssdk.services.ec2.model.VpnState
Packages that use VpnState
-
Uses of VpnState in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnStateModifier and TypeMethodDescriptionstatic VpnStateUse this in place of valueOf to convert the raw string returned by the service into the enum value.final VpnStateVpnConnection.state()The current state of the VPN connection.final VpnStateVpnGateway.state()The current state of the virtual private gateway.final VpnStateVpnStaticRoute.state()The current state of the static route.static VpnStateReturns 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 software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnStateMethods in software.amazon.awssdk.services.ec2.model with parameters of type VpnStateModifier and TypeMethodDescriptionThe current state of the VPN connection.The current state of the virtual private gateway.The current state of the static route.