Uses of Class
software.amazon.awssdk.services.ec2.model.TunnelOption
-
Packages that use TunnelOption Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of TunnelOption in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TunnelOption Modifier and Type Method Description List<TunnelOption>VpnConnectionOptions. tunnelOptions()Indicates the VPN tunnel options.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TunnelOption Modifier and Type Method Description VpnConnectionOptions.BuilderVpnConnectionOptions.Builder. tunnelOptions(TunnelOption... tunnelOptions)Indicates the VPN tunnel options.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TunnelOption Modifier and Type Method Description VpnConnectionOptions.BuilderVpnConnectionOptions.Builder. tunnelOptions(Collection<TunnelOption> tunnelOptions)Indicates the VPN tunnel options.
-