| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGameSessionResult> |
AbstractAmazonGameLiftAsync.createGameSessionAsync(CreateGameSessionRequest request,
AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler) |
Future<CreateGameSessionResult> |
AmazonGameLiftAsyncClient.createGameSessionAsync(CreateGameSessionRequest request,
AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler) |
Future<CreateGameSessionResult> |
AmazonGameLiftAsync.createGameSessionAsync(CreateGameSessionRequest createGameSessionRequest,
AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler)
Creates a multiplayer game session for players.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGameSessionRequest |
CreateGameSessionRequest.clone() |
CreateGameSessionRequest |
CreateGameSessionRequest.withAliasId(String aliasId)
A unique identifier for an 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 a fleet to create a game session in.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameProperties(Collection<GameProperty> gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameProperties(GameProperty... gameProperties)
Set of custom properties for a game session, formatted as key:value pairs.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameSessionData(String gameSessionData)
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 a request for a new game session.
|
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 © 2020. All rights reserved.