Uses of Class
software.amazon.awssdk.services.ec2.model.IKEVersionsRequestListValue
Packages that use IKEVersionsRequestListValue
-
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 IKEVersionsRequestListValueModifier and TypeMethodDescriptionfinal List<IKEVersionsRequestListValue>ModifyVpnTunnelOptionsSpecification.ikeVersions()The IKE versions that are permitted for the VPN tunnel.final 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 IKEVersionsRequestListValueModifier and TypeMethodDescriptionModifyVpnTunnelOptionsSpecification.Builder.ikeVersions(IKEVersionsRequestListValue... ikeVersions) The IKE versions that are permitted for the VPN tunnel.VpnTunnelOptionsSpecification.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 IKEVersionsRequestListValueModifier and TypeMethodDescriptionModifyVpnTunnelOptionsSpecification.Builder.ikeVersions(Collection<IKEVersionsRequestListValue> ikeVersions) The IKE versions that are permitted for the VPN tunnel.VpnTunnelOptionsSpecification.Builder.ikeVersions(Collection<IKEVersionsRequestListValue> ikeVersions) The IKE versions that are permitted for the VPN tunnel.