Uses of Class
software.amazon.awssdk.services.ec2.model.GetActiveVpnTunnelStatusResponse
Packages that use GetActiveVpnTunnelStatusResponse
-
Uses of GetActiveVpnTunnelStatusResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetActiveVpnTunnelStatusResponseModifier and TypeMethodDescriptiondefault GetActiveVpnTunnelStatusResponseEc2Client.getActiveVpnTunnelStatus(Consumer<GetActiveVpnTunnelStatusRequest.Builder> getActiveVpnTunnelStatusRequest) Returns the currently negotiated security parameters for an active VPN tunnel, including IKE version, DH groups, encryption algorithms, and integrity algorithms.default GetActiveVpnTunnelStatusResponseEc2Client.getActiveVpnTunnelStatus(GetActiveVpnTunnelStatusRequest getActiveVpnTunnelStatusRequest) Returns the currently negotiated security parameters for an active VPN tunnel, including IKE version, DH groups, encryption algorithms, and integrity algorithms.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetActiveVpnTunnelStatusResponseModifier and TypeMethodDescriptionEc2AsyncClient.getActiveVpnTunnelStatus(Consumer<GetActiveVpnTunnelStatusRequest.Builder> getActiveVpnTunnelStatusRequest) Returns the currently negotiated security parameters for an active VPN tunnel, including IKE version, DH groups, encryption algorithms, and integrity algorithms.Ec2AsyncClient.getActiveVpnTunnelStatus(GetActiveVpnTunnelStatusRequest getActiveVpnTunnelStatusRequest) Returns the currently negotiated security parameters for an active VPN tunnel, including IKE version, DH groups, encryption algorithms, and integrity algorithms.