Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VpnConnectionOptionsSpecification |
CreateVpnConnectionRequest.options
Indicates whether the VPN connection requires static routes.
|
Modifier and Type | Method and Description |
---|---|
VpnConnectionOptionsSpecification |
VpnConnectionOptionsSpecification.clone() |
VpnConnectionOptionsSpecification |
CreateVpnConnectionRequest.getOptions()
Indicates whether the VPN connection requires static routes.
|
VpnConnectionOptionsSpecification |
VpnConnectionOptionsSpecification.withStaticRoutesOnly(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
VpnConnectionOptionsSpecification |
VpnConnectionOptionsSpecificationStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |