| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteClientVpnEndpointResponse |
Ec2Client.deleteClientVpnEndpoint(Consumer<DeleteClientVpnEndpointRequest.Builder> deleteClientVpnEndpointRequest)
Deletes the specified Client VPN endpoint.
|
default DeleteClientVpnEndpointResponse |
Ec2Client.deleteClientVpnEndpoint(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest)
Deletes the specified Client VPN endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteClientVpnEndpointResponse> |
Ec2AsyncClient.deleteClientVpnEndpoint(Consumer<DeleteClientVpnEndpointRequest.Builder> deleteClientVpnEndpointRequest)
Deletes the specified Client VPN endpoint.
|
default CompletableFuture<DeleteClientVpnEndpointResponse> |
Ec2AsyncClient.deleteClientVpnEndpoint(DeleteClientVpnEndpointRequest deleteClientVpnEndpointRequest)
Deletes the specified Client VPN endpoint.
|
Copyright © 2020. All rights reserved.