Uses of Class
com.amazonaws.services.ec2.model.CreateVpcPeeringConnectionResult

Packages that use CreateVpcPeeringConnectionResult
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 CreateVpcPeeringConnectionResult in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 that return CreateVpcPeeringConnectionResult
 CreateVpcPeeringConnectionResult AmazonEC2Client.createVpcPeeringConnection()
           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()
           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 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.
 

Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateVpcPeeringConnectionResult
 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 CreateVpcPeeringConnectionResult
 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 CreateVpcPeeringConnectionResult in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return CreateVpcPeeringConnectionResult
 CreateVpcPeeringConnectionResult CreateVpcPeeringConnectionResult.withVpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
          Information about the VPC peering connection.
 



Copyright © 2016. All rights reserved.