Uses of Class
software.amazon.awssdk.services.ec2.model.CreateClientVpnRouteResponse
Packages that use CreateClientVpnRouteResponse
-
Uses of CreateClientVpnRouteResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateClientVpnRouteResponseModifier and TypeMethodDescriptiondefault CreateClientVpnRouteResponseEc2Client.createClientVpnRoute(Consumer<CreateClientVpnRouteRequest.Builder> createClientVpnRouteRequest) Adds a route to a network to a Client VPN endpoint.default CreateClientVpnRouteResponseEc2Client.createClientVpnRoute(CreateClientVpnRouteRequest createClientVpnRouteRequest) Adds a route to a network to a Client VPN endpoint.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateClientVpnRouteResponseModifier and TypeMethodDescriptionEc2AsyncClient.createClientVpnRoute(Consumer<CreateClientVpnRouteRequest.Builder> createClientVpnRouteRequest) Adds a route to a network to a Client VPN endpoint.Ec2AsyncClient.createClientVpnRoute(CreateClientVpnRouteRequest createClientVpnRouteRequest) Adds a route to a network to a Client VPN endpoint.