Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpcPeeringConnectionRequest
-
Packages that use CreateVpcPeeringConnectionRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateVpcPeeringConnectionRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateVpcPeeringConnectionRequest Modifier and Type Method Description default CompletableFuture<CreateVpcPeeringConnectionResponse>Ec2AsyncClient. createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection.default CreateVpcPeeringConnectionResponseEc2Client. createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)Requests a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection. -
Uses of CreateVpcPeeringConnectionRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateVpcPeeringConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateVpcPeeringConnectionRequestMarshaller. marshall(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)
-