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 |
---|---|
Future<AcceptVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.acceptVpcPeeringConnectionAsync(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest,
AsyncHandler<AcceptVpcPeeringConnectionRequest,AcceptVpcPeeringConnectionResult> asyncHandler)
Accept a VPC peering connection request.
|
Future<AcceptVpcPeeringConnectionResult> |
AmazonEC2Async.acceptVpcPeeringConnectionAsync(AcceptVpcPeeringConnectionRequest acceptVpcPeeringConnectionRequest,
AsyncHandler<AcceptVpcPeeringConnectionRequest,AcceptVpcPeeringConnectionResult> asyncHandler)
Accept a VPC peering connection request.
|
Modifier and Type | Method and Description |
---|---|
AcceptVpcPeeringConnectionRequest |
AcceptVpcPeeringConnectionRequest.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection.
|
Modifier and Type | Method and Description |
---|---|
Request<AcceptVpcPeeringConnectionRequest> |
AcceptVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.