Uses of Class
com.amazonaws.services.ec2.model.CreateVpcPeeringConnectionRequest
Packages that use CreateVpcPeeringConnectionRequest
-
Uses of CreateVpcPeeringConnectionRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateVpcPeeringConnectionRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createVpcPeeringConnection
(CreateVpcPeeringConnectionRequest request) 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.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.AbstractAmazonEC2Async.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request) AbstractAmazonEC2Async.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request, AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) 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.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.AmazonEC2AsyncClient.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request) AmazonEC2AsyncClient.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request, AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcPeeringConnectionRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createVpcPeeringConnectionAsync
(AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the CreateVpcPeeringConnection operation with an AsyncHandler.AbstractAmazonEC2Async.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request, AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) AmazonEC2Async.createVpcPeeringConnectionAsync
(AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the CreateVpcPeeringConnection operation with an AsyncHandler.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.AmazonEC2AsyncClient.createVpcPeeringConnectionAsync
(AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the CreateVpcPeeringConnection operation with an AsyncHandler.AmazonEC2AsyncClient.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request, AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) -
Uses of CreateVpcPeeringConnectionRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpcPeeringConnectionRequestModifier and TypeMethodDescriptionCreateVpcPeeringConnectionRequest.clone()
CreateVpcPeeringConnectionRequest.withPeerOwnerId
(String peerOwnerId) The AWS account ID of the owner of the peer VPC.CreateVpcPeeringConnectionRequest.withPeerVpcId
(String peerVpcId) The ID of the VPC with which you are creating the VPC peering connection.The ID of the requester VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVpcPeeringConnectionRequestModifier and TypeMethodDescriptionCreateVpcPeeringConnectionRequest.getDryRunRequest()
This method is intended for internal use only.