Uses of Class
software.amazon.awssdk.services.ec2.model.VpnTunnelOptionsSpecification
Packages that use VpnTunnelOptionsSpecification
-
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 VpnTunnelOptionsSpecificationModifier and TypeMethodDescriptionVpnConnectionOptionsSpecification.tunnelOptions()The tunnel options for the VPN connection.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpnTunnelOptionsSpecificationModifier and TypeMethodDescriptionVpnConnectionOptionsSpecification.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 VpnTunnelOptionsSpecificationModifier and TypeMethodDescriptionVpnConnectionOptionsSpecification.Builder.tunnelOptions(Collection<VpnTunnelOptionsSpecification> tunnelOptions) The tunnel options for the VPN connection.