Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
void |
AmazonEC2Client.deleteVpnGateway(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
Future<Void> |
AmazonEC2AsyncClient.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
Future<Void> |
AmazonEC2Async.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest)
Deletes the specified virtual private gateway.
|
Future<Void> |
AmazonEC2AsyncClient.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest,
AsyncHandler<DeleteVpnGatewayRequest,Void> asyncHandler)
Deletes the specified virtual private gateway.
|
Future<Void> |
AmazonEC2Async.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest,
AsyncHandler<DeleteVpnGatewayRequest,Void> asyncHandler)
Deletes the specified virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest,
AsyncHandler<DeleteVpnGatewayRequest,Void> asyncHandler)
Deletes the specified virtual private gateway.
|
Future<Void> |
AmazonEC2Async.deleteVpnGatewayAsync(DeleteVpnGatewayRequest deleteVpnGatewayRequest,
AsyncHandler<DeleteVpnGatewayRequest,Void> asyncHandler)
Deletes the specified virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
DeleteVpnGatewayRequest |
DeleteVpnGatewayRequest.clone() |
DeleteVpnGatewayRequest |
DeleteVpnGatewayRequest.withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<DeleteVpnGatewayRequest> |
DeleteVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2015. All rights reserved.