|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeleteVpnGatewayRequest | |
---|---|
com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of DeleteVpnGatewayRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type DeleteVpnGatewayRequest | |
---|---|
void |
AmazonEC2.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes a VPN gateway. |
void |
AmazonEC2Client.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes a VPN gateway. |
Future<Void> |
AmazonEC2AsyncClient.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes a VPN gateway. |
Future<Void> |
AmazonEC2Async.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes a VPN gateway. |
Uses of DeleteVpnGatewayRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return DeleteVpnGatewayRequest | |
---|---|
DeleteVpnGatewayRequest |
DeleteVpnGatewayRequest.withVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway to delete. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |