Uses of Class
software.amazon.awssdk.services.ec2.model.IKEVersionsRequestListValue
-
Packages that use IKEVersionsRequestListValue Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IKEVersionsRequestListValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IKEVersionsRequestListValue Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IKEVersionsRequestListValue Modifier and Type Method Description ModifyVpnTunnelOptionsSpecification.BuilderModifyVpnTunnelOptionsSpecification.Builder. ikeVersions(IKEVersionsRequestListValue... ikeVersions)The IKE versions that are permitted for the VPN tunnel.VpnTunnelOptionsSpecification.BuilderVpnTunnelOptionsSpecification.Builder. ikeVersions(IKEVersionsRequestListValue... ikeVersions)The IKE versions that are permitted for the VPN tunnel.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IKEVersionsRequestListValue Modifier and Type Method Description ModifyVpnTunnelOptionsSpecification.BuilderModifyVpnTunnelOptionsSpecification.Builder. ikeVersions(Collection<IKEVersionsRequestListValue> ikeVersions)The IKE versions that are permitted for the VPN tunnel.VpnTunnelOptionsSpecification.BuilderVpnTunnelOptionsSpecification.Builder. ikeVersions(Collection<IKEVersionsRequestListValue> ikeVersions)The IKE versions that are permitted for the VPN tunnel.
-