| 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 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 CreateVpcPeeringAuthorizationResponse |
GameLiftClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateVpcPeeringAuthorizationRequest.Builder |
CreateVpcPeeringAuthorizationRequest.builder() |
CreateVpcPeeringAuthorizationRequest.Builder |
CreateVpcPeeringAuthorizationRequest.Builder.gameLiftAwsAccountId(String gameLiftAwsAccountId)
A unique identifier for the Amazon Web Services account that you use to manage your GameLift fleet.
|
CreateVpcPeeringAuthorizationRequest.Builder |
CreateVpcPeeringAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcPeeringAuthorizationRequest.Builder |
CreateVpcPeeringAuthorizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVpcPeeringAuthorizationRequest.Builder |
CreateVpcPeeringAuthorizationRequest.Builder.peerVpcId(String peerVpcId)
A unique identifier for a VPC with resources to be accessed by your GameLift fleet.
|
CreateVpcPeeringAuthorizationRequest.Builder |
CreateVpcPeeringAuthorizationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateVpcPeeringAuthorizationRequest.Builder> |
CreateVpcPeeringAuthorizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.