Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IKEVersionsRequestListValue |
IKEVersionsRequestListValue.clone() |
IKEVersionsRequestListValue |
IKEVersionsRequestListValue.withValue(String value)
The IKE version.
|
Modifier and Type | Method and Description |
---|---|
List<IKEVersionsRequestListValue> |
VpnTunnelOptionsSpecification.getIKEVersions()
The IKE versions that are permitted for the VPN tunnel.
|
List<IKEVersionsRequestListValue> |
ModifyVpnTunnelOptionsSpecification.getIKEVersions()
The IKE versions that are permitted for the VPN tunnel.
|
Modifier and Type | Method and Description |
---|---|
VpnTunnelOptionsSpecification |
VpnTunnelOptionsSpecification.withIKEVersions(IKEVersionsRequestListValue... iKEVersions)
The IKE versions that are permitted for the VPN tunnel.
|
ModifyVpnTunnelOptionsSpecification |
ModifyVpnTunnelOptionsSpecification.withIKEVersions(IKEVersionsRequestListValue... iKEVersions)
The IKE versions that are permitted for the VPN tunnel.
|
Modifier and Type | Method and Description |
---|---|
void |
VpnTunnelOptionsSpecification.setIKEVersions(Collection<IKEVersionsRequestListValue> iKEVersions)
The IKE versions that are permitted for the VPN tunnel.
|
void |
ModifyVpnTunnelOptionsSpecification.setIKEVersions(Collection<IKEVersionsRequestListValue> iKEVersions)
The IKE versions that are permitted for the VPN tunnel.
|
VpnTunnelOptionsSpecification |
VpnTunnelOptionsSpecification.withIKEVersions(Collection<IKEVersionsRequestListValue> iKEVersions)
The IKE versions that are permitted for the VPN tunnel.
|
ModifyVpnTunnelOptionsSpecification |
ModifyVpnTunnelOptionsSpecification.withIKEVersions(Collection<IKEVersionsRequestListValue> iKEVersions)
The IKE versions that are permitted for the VPN tunnel.
|
Copyright © 2023. All rights reserved.