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