|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RejectVpcPeeringConnectionRequest | |
---|---|
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 RejectVpcPeeringConnectionRequest in com.amazonaws.services.ec2 |
---|
Method parameters in com.amazonaws.services.ec2 with type arguments of type RejectVpcPeeringConnectionRequest | |
---|---|
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. |
Uses of RejectVpcPeeringConnectionRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return RejectVpcPeeringConnectionRequest | |
---|---|
RejectVpcPeeringConnectionRequest |
RejectVpcPeeringConnectionRequest.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type RejectVpcPeeringConnectionRequest | |
---|---|
Request<RejectVpcPeeringConnectionRequest> |
RejectVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |