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