Uses of Class
software.amazon.awssdk.services.ec2.model.IKEVersionsListValue
Packages that use IKEVersionsListValue
-
Uses of IKEVersionsListValue in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IKEVersionsListValueModifier and TypeMethodDescriptionfinal List<IKEVersionsListValue>TunnelOption.ikeVersions()The IKE versions that are permitted for the VPN tunnel.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IKEVersionsListValueModifier and TypeMethodDescriptionTunnelOption.Builder.ikeVersions(IKEVersionsListValue... 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 IKEVersionsListValueModifier and TypeMethodDescriptionTunnelOption.Builder.ikeVersions(Collection<IKEVersionsListValue> ikeVersions) The IKE versions that are permitted for the VPN tunnel.