Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpnConnectionOptionsSpecification |
VpnConnectionOptionsSpecification.clone() |
VpnConnectionOptionsSpecification |
CreateVpnConnectionRequest.getOptions()
Indicates whether the VPN connection requires static routes.
|
VpnConnectionOptionsSpecification |
VpnConnectionOptionsSpecification.withStaticRoutesOnly(Boolean staticRoutesOnly)
Indicates whether the VPN connection uses static routes only.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVpnConnectionRequest.setOptions(VpnConnectionOptionsSpecification options)
Indicates whether the VPN connection requires static routes.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withOptions(VpnConnectionOptionsSpecification options)
Indicates whether the VPN connection requires static routes.
|
Copyright © 2017. All rights reserved.