Uses of Class
software.amazon.awssdk.services.ec2.model.TunnelOption
Packages that use TunnelOption
-
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 TunnelOptionModifier and TypeMethodDescriptionfinal List<TunnelOption>VpnConnectionOptions.tunnelOptions()Indicates the VPN tunnel options.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TunnelOptionModifier and TypeMethodDescriptionVpnConnectionOptions.Builder.tunnelOptions(TunnelOption... tunnelOptions) Indicates the VPN tunnel options.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TunnelOptionModifier and TypeMethodDescriptionVpnConnectionOptions.Builder.tunnelOptions(Collection<TunnelOption> tunnelOptions) Indicates the VPN tunnel options.