| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteVpnGatewayResponse |
Ec2Client.deleteVpnGateway(Consumer<DeleteVpnGatewayRequest.Builder> deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
default DeleteVpnGatewayResponse |
Ec2Client.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteVpnGatewayResponse> |
Ec2AsyncClient.deleteVpnGateway(Consumer<DeleteVpnGatewayRequest.Builder> deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
default CompletableFuture<DeleteVpnGatewayResponse> |
Ec2AsyncClient.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
Copyright © 2023. All rights reserved.