Uses of Class
software.amazon.awssdk.services.gamelift.model.CreateVpcPeeringConnectionResponse
-
Packages that use CreateVpcPeeringConnectionResponse Package Description software.amazon.awssdk.services.gamelift Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools for deploying, operating, and scaling game servers. -
-
Uses of CreateVpcPeeringConnectionResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return CreateVpcPeeringConnectionResponse Modifier and Type Method Description default CreateVpcPeeringConnectionResponseGameLiftClient. createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest)Establishes a VPC peering connection between a virtual private cloud (VPC) in an Amazon Web Services account with the VPC for your Amazon GameLift fleet.default CreateVpcPeeringConnectionResponseGameLiftClient. createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)Establishes a VPC peering connection between a virtual private cloud (VPC) in an Amazon Web Services account with the VPC for your Amazon GameLift fleet.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type CreateVpcPeeringConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateVpcPeeringConnectionResponse>GameLiftAsyncClient. createVpcPeeringConnection(Consumer<CreateVpcPeeringConnectionRequest.Builder> createVpcPeeringConnectionRequest)Establishes a VPC peering connection between a virtual private cloud (VPC) in an Amazon Web Services account with the VPC for your Amazon GameLift fleet.default CompletableFuture<CreateVpcPeeringConnectionResponse>GameLiftAsyncClient. createVpcPeeringConnection(CreateVpcPeeringConnectionRequest createVpcPeeringConnectionRequest)Establishes a VPC peering connection between a virtual private cloud (VPC) in an Amazon Web Services account with the VPC for your Amazon GameLift fleet.
-