| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcPeeringConnectionResponse |
GameLiftClient.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(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.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.builder() |
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.fleetId(String fleetId)
A unique identifier for the fleet.
|
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.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.Builder |
CreateVpcPeeringConnectionRequest.Builder.peerVpcId(String peerVpcId)
A unique identifier for a VPC with resources to be accessed by your GameLift fleet.
|
CreateVpcPeeringConnectionRequest.Builder |
CreateVpcPeeringConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateVpcPeeringConnectionRequest.Builder> |
CreateVpcPeeringConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.