| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateClientVpnRouteResponse |
Ec2Client.createClientVpnRoute(Consumer<CreateClientVpnRouteRequest.Builder> createClientVpnRouteRequest)
Adds a route to a network to a Client VPN endpoint.
|
default CreateClientVpnRouteResponse |
Ec2Client.createClientVpnRoute(CreateClientVpnRouteRequest createClientVpnRouteRequest)
Adds a route to a network to a Client VPN endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateClientVpnRouteResponse> |
Ec2AsyncClient.createClientVpnRoute(Consumer<CreateClientVpnRouteRequest.Builder> createClientVpnRouteRequest)
Adds a route to a network to a Client VPN endpoint.
|
default CompletableFuture<CreateClientVpnRouteResponse> |
Ec2AsyncClient.createClientVpnRoute(CreateClientVpnRouteRequest createClientVpnRouteRequest)
Adds a route to a network to a Client VPN endpoint.
|
Copyright © 2021. All rights reserved.