Uses of Class
software.amazon.awssdk.services.ec2.model.CreateClientVpnRouteRequest
-
Packages that use CreateClientVpnRouteRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateClientVpnRouteRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateClientVpnRouteRequest Modifier and Type Method Description default CompletableFuture<CreateClientVpnRouteResponse>Ec2AsyncClient. createClientVpnRoute(CreateClientVpnRouteRequest 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. -
Uses of CreateClientVpnRouteRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateClientVpnRouteRequest Modifier and Type Method Description SdkHttpFullRequestCreateClientVpnRouteRequestMarshaller. marshall(CreateClientVpnRouteRequest createClientVpnRouteRequest)
-