Uses of Class
software.amazon.awssdk.services.ec2.model.DisassociateClientVpnTargetNetworkResponse
Packages that use DisassociateClientVpnTargetNetworkResponse
-
Uses of DisassociateClientVpnTargetNetworkResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DisassociateClientVpnTargetNetworkResponseModifier and TypeMethodDescriptionEc2Client.disassociateClientVpnTargetNetwork(Consumer<DisassociateClientVpnTargetNetworkRequest.Builder> disassociateClientVpnTargetNetworkRequest) Disassociates a target network from the specified Client VPN endpoint.Ec2Client.disassociateClientVpnTargetNetwork(DisassociateClientVpnTargetNetworkRequest disassociateClientVpnTargetNetworkRequest) Disassociates a target network from the specified Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DisassociateClientVpnTargetNetworkResponseModifier and TypeMethodDescriptionEc2AsyncClient.disassociateClientVpnTargetNetwork(Consumer<DisassociateClientVpnTargetNetworkRequest.Builder> disassociateClientVpnTargetNetworkRequest) Disassociates a target network from the specified Client VPN endpoint.Ec2AsyncClient.disassociateClientVpnTargetNetwork(DisassociateClientVpnTargetNetworkRequest disassociateClientVpnTargetNetworkRequest) Disassociates a target network from the specified Client VPN endpoint.