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 |
---|---|
DeleteVpcPeeringConnectionResult |
AmazonEC2.deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
DeleteVpcPeeringConnectionResult |
AmazonEC2Client.deleteVpcPeeringConnection(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest)
Deletes a VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.deleteVpcPeeringConnectionAsync(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest,
AsyncHandler<DeleteVpcPeeringConnectionRequest,DeleteVpcPeeringConnectionResult> asyncHandler)
Deletes a VPC peering connection.
|
Future<DeleteVpcPeeringConnectionResult> |
AmazonEC2Async.deleteVpcPeeringConnectionAsync(DeleteVpcPeeringConnectionRequest deleteVpcPeeringConnectionRequest,
AsyncHandler<DeleteVpcPeeringConnectionRequest,DeleteVpcPeeringConnectionResult> asyncHandler)
Deletes a VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
DeleteVpcPeeringConnectionResult |
DeleteVpcPeeringConnectionResult.clone() |
DeleteVpcPeeringConnectionResult |
DeleteVpcPeeringConnectionResult.withReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, it
returns an error. |
Copyright © 2015. All rights reserved.