Uses of Class
software.amazon.awssdk.services.gamelift.model.CreateVpcPeeringAuthorizationResponse
-
Packages that use CreateVpcPeeringAuthorizationResponse 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 CreateVpcPeeringAuthorizationResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return CreateVpcPeeringAuthorizationResponse Modifier and Type Method Description default CreateVpcPeeringAuthorizationResponseGameLiftClient. createVpcPeeringAuthorization(Consumer<CreateVpcPeeringAuthorizationRequest.Builder> createVpcPeeringAuthorizationRequest)Requests authorization to create or delete a peer connection between the VPC for your Amazon GameLift fleet and a virtual private cloud (VPC) in your Amazon Web Services account.default CreateVpcPeeringAuthorizationResponseGameLiftClient. createVpcPeeringAuthorization(CreateVpcPeeringAuthorizationRequest createVpcPeeringAuthorizationRequest)Requests authorization to create or delete a peer connection between the VPC for your Amazon GameLift fleet and a virtual private cloud (VPC) in your Amazon Web Services account.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type CreateVpcPeeringAuthorizationResponse Modifier and Type Method Description default CompletableFuture<CreateVpcPeeringAuthorizationResponse>GameLiftAsyncClient. createVpcPeeringAuthorization(Consumer<CreateVpcPeeringAuthorizationRequest.Builder> createVpcPeeringAuthorizationRequest)Requests authorization to create or delete a peer connection between the VPC for your Amazon GameLift fleet and a virtual private cloud (VPC) in your Amazon Web Services account.default CompletableFuture<CreateVpcPeeringAuthorizationResponse>GameLiftAsyncClient. createVpcPeeringAuthorization(CreateVpcPeeringAuthorizationRequest createVpcPeeringAuthorizationRequest)Requests authorization to create or delete a peer connection between the VPC for your Amazon GameLift fleet and a virtual private cloud (VPC) in your Amazon Web Services account.
-