| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGameSessionResult> |
AmazonGameLiftAsyncClient.createGameSessionAsync(CreateGameSessionRequest request,
AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler) |
Future<CreateGameSessionResult> |
AbstractAmazonGameLiftAsync.createGameSessionAsync(CreateGameSessionRequest request,
AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler) |
Future<CreateGameSessionResult> |
AmazonGameLiftAsync.createGameSessionAsync(CreateGameSessionRequest createGameSessionRequest,
AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler)
Creates a multiplayer game session for players in a specific fleet location.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameSessionRequest |
CreateGameSessionRequest.clone() |
CreateGameSessionRequest |
CreateGameSessionRequest.withAliasId(String aliasId)
A unique identifier for the alias associated with the fleet to create a game session in.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withCreatorId(String creatorId)
A unique identifier for a player or entity creating the game session.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withFleetId(String fleetId)
A unique identifier for the fleet to create a game session in.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameSessionData(String gameSessionData)
A set of custom game session properties, formatted as a single string value.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameSessionId(String gameSessionId)
This parameter is no longer preferred.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withIdempotencyToken(String idempotencyToken)
Custom string that uniquely identifies the new game session request.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withLocation(String location)
A fleet's remote location to place the new game session in.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)
The maximum number of players that can be connected simultaneously to the game session.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withName(String name)
A descriptive label that is associated with a game session.
|
Copyright © 2021. All rights reserved.