|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreateVpcPeeringConnectionRequest | |
---|---|
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 CreateVpcPeeringConnectionRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type CreateVpcPeeringConnectionRequest | |
---|---|
CreateVpcPeeringConnectionResult |
AmazonEC2Client.createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. |
CreateVpcPeeringConnectionResult |
AmazonEC2.createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. |
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. |
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2Async.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. |
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest,
AsyncHandler<CreateVpcPeeringConnectionRequest,CreateVpcPeeringConnectionResult> asyncHandler)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. |
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2Async.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest,
AsyncHandler<CreateVpcPeeringConnectionRequest,CreateVpcPeeringConnectionResult> asyncHandler)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcPeeringConnectionRequest | |
---|---|
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2AsyncClient.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest,
AsyncHandler<CreateVpcPeeringConnectionRequest,CreateVpcPeeringConnectionResult> asyncHandler)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. |
Future<CreateVpcPeeringConnectionResult> |
AmazonEC2Async.createVpcPeeringConnectionAsync(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest,
AsyncHandler<CreateVpcPeeringConnectionRequest,CreateVpcPeeringConnectionResult> asyncHandler)
Requests a VPC peering connection between two VPCs: a requester VPC that you own and a peer VPC with which to create the connection. |
Uses of CreateVpcPeeringConnectionRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CreateVpcPeeringConnectionRequest | |
---|---|
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerOwnerId(String peerOwnerId)
The AWS account ID of the owner of the peer VPC. |
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withPeerVpcId(String peerVpcId)
The ID of the VPC with which you are creating the VPC peering connection. |
CreateVpcPeeringConnectionRequest |
CreateVpcPeeringConnectionRequest.withVpcId(String vpcId)
The ID of the requester VPC. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVpcPeeringConnectionRequest | |
---|---|
Request<CreateVpcPeeringConnectionRequest> |
CreateVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |