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