Uses of Interface
software.amazon.awssdk.services.gamelift.model.CreateVpcPeeringAuthorizationRequest.Builder
-
Packages that use CreateVpcPeeringAuthorizationRequest.Builder 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.software.amazon.awssdk.services.gamelift.model -
-
Uses of CreateVpcPeeringAuthorizationRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type CreateVpcPeeringAuthorizationRequest.Builder 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 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. -
Uses of CreateVpcPeeringAuthorizationRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return CreateVpcPeeringAuthorizationRequest.Builder Modifier and Type Method Description static CreateVpcPeeringAuthorizationRequest.BuilderCreateVpcPeeringAuthorizationRequest. builder()CreateVpcPeeringAuthorizationRequest.BuilderCreateVpcPeeringAuthorizationRequest.Builder. gameLiftAwsAccountId(String gameLiftAwsAccountId)A unique identifier for the Amazon Web Services account that you use to manage your Amazon GameLift fleet.CreateVpcPeeringAuthorizationRequest.BuilderCreateVpcPeeringAuthorizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVpcPeeringAuthorizationRequest.BuilderCreateVpcPeeringAuthorizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVpcPeeringAuthorizationRequest.BuilderCreateVpcPeeringAuthorizationRequest.Builder. peerVpcId(String peerVpcId)A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet.CreateVpcPeeringAuthorizationRequest.BuilderCreateVpcPeeringAuthorizationRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type CreateVpcPeeringAuthorizationRequest.Builder Modifier and Type Method Description static Class<? extends CreateVpcPeeringAuthorizationRequest.Builder>CreateVpcPeeringAuthorizationRequest. serializableBuilderClass()
-