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