Uses of Class
software.amazon.awssdk.services.ec2.model.GetActiveVpnTunnelStatusResponse
-
Packages that use GetActiveVpnTunnelStatusResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of GetActiveVpnTunnelStatusResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetActiveVpnTunnelStatusResponse Modifier and Type Method Description default 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 GetActiveVpnTunnelStatusResponse Modifier and Type Method Description default CompletableFuture<GetActiveVpnTunnelStatusResponse>Ec2AsyncClient. 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 CompletableFuture<GetActiveVpnTunnelStatusResponse>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.
-