| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<IKEVersionsRequestListValue> |
ModifyVpnTunnelOptionsSpecification.ikeVersions()
The IKE versions that are permitted for the VPN tunnel.
|
List<IKEVersionsRequestListValue> |
VpnTunnelOptionsSpecification.ikeVersions()
The IKE versions that are permitted for the VPN tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyVpnTunnelOptionsSpecification.Builder |
ModifyVpnTunnelOptionsSpecification.Builder.ikeVersions(IKEVersionsRequestListValue... ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
VpnTunnelOptionsSpecification.Builder |
VpnTunnelOptionsSpecification.Builder.ikeVersions(IKEVersionsRequestListValue... ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyVpnTunnelOptionsSpecification.Builder |
ModifyVpnTunnelOptionsSpecification.Builder.ikeVersions(Collection<IKEVersionsRequestListValue> ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
VpnTunnelOptionsSpecification.Builder |
VpnTunnelOptionsSpecification.Builder.ikeVersions(Collection<IKEVersionsRequestListValue> ikeVersions)
The IKE versions that are permitted for the VPN tunnel.
|
Copyright © 2021. All rights reserved.