Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpcPeeringConnectionResponse
Packages that use CreateVpcPeeringConnectionResponse
-
Uses of CreateVpcPeeringConnectionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpcPeeringConnectionResponseModifier and TypeMethodDescriptionEc2Client.createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> 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.Ec2Client.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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVpcPeeringConnectionResponseModifier and TypeMethodDescriptionEc2AsyncClient.createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> 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.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.