Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
static VpnState |
VpnState.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
VpnGateway.setState(VpnState state)
The current state of the virtual private gateway.
|
void |
VpnConnection.setState(VpnState state)
The current state of the VPN connection.
|
void |
VpnStaticRoute.setState(VpnState state)
The current state of the static route.
|
VpnGateway |
VpnGateway.withState(VpnState state)
The current state of the virtual private gateway.
|
VpnConnection |
VpnConnection.withState(VpnState state)
The current state of the VPN connection.
|
VpnStaticRoute |
VpnStaticRoute.withState(VpnState state)
The current state of the static route.
|
Copyright © 2014. All rights reserved.