Uses of Class
com.amazonaws.services.ec2.model.CreateVpcPeeringConnectionResult
Packages that use CreateVpcPeeringConnectionResult
-
Uses of CreateVpcPeeringConnectionResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateVpcPeeringConnectionResultModifier and TypeMethodDescriptionAbstractAmazonEC2.createVpcPeeringConnection()
AbstractAmazonEC2.createVpcPeeringConnection
(CreateVpcPeeringConnectionRequest request) AmazonEC2.createVpcPeeringConnection()
Simplified method form for invoking the CreateVpcPeeringConnection operation.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()
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.Methods in com.amazonaws.services.ec2 that return types with arguments of type CreateVpcPeeringConnectionResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createVpcPeeringConnectionAsync()
Simplified method form for invoking the CreateVpcPeeringConnection operation.AbstractAmazonEC2Async.createVpcPeeringConnectionAsync
(AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the CreateVpcPeeringConnection operation with an AsyncHandler.AbstractAmazonEC2Async.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request) AbstractAmazonEC2Async.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request, AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) AmazonEC2Async.createVpcPeeringConnectionAsync()
Simplified method form for invoking the CreateVpcPeeringConnection operation.AmazonEC2Async.createVpcPeeringConnectionAsync
(AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the CreateVpcPeeringConnection operation with an 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()
Simplified method form for invoking the CreateVpcPeeringConnection operation.AmazonEC2AsyncClient.createVpcPeeringConnectionAsync
(AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) Simplified method form for invoking the CreateVpcPeeringConnection operation with an AsyncHandler.AmazonEC2AsyncClient.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request) AmazonEC2AsyncClient.createVpcPeeringConnectionAsync
(CreateVpcPeeringConnectionRequest request, AsyncHandler<CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateVpcPeeringConnectionResultModifier 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 CreateVpcPeeringConnectionResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVpcPeeringConnectionResultModifier and TypeMethodDescriptionCreateVpcPeeringConnectionResult.clone()
CreateVpcPeeringConnectionResult.withVpcPeeringConnection
(VpcPeeringConnection vpcPeeringConnection) Information about the VPC peering connection.