| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpnState |
VpnState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VpnState |
VpnStaticRoute.state()
The current state of the static route.
|
VpnState |
VpnGateway.state()
The current state of the virtual private gateway.
|
VpnState |
VpnConnection.state()
The current state of the VPN connection.
|
static VpnState |
VpnState.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<VpnState> |
VpnState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VpnStaticRoute.Builder |
VpnStaticRoute.Builder.state(VpnState state)
The current state of the static route.
|
VpnGateway.Builder |
VpnGateway.Builder.state(VpnState state)
The current state of the virtual private gateway.
|
VpnConnection.Builder |
VpnConnection.Builder.state(VpnState state)
The current state of the VPN connection.
|
Copyright © 2021. All rights reserved.