| 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)
Unique identifier for an alias associated with the fleet to create a game session in.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withCreatorId(String creatorId)
Unique identifier for a player or entity creating the game session.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withFleetId(String fleetId)
Unique identifier for a fleet to create a game session in.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameProperties(Collection<GameProperty> gameProperties)
Set of developer-defined properties for a game session, formatted as a set of type:value pairs.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameProperties(GameProperty... gameProperties)
Set of developer-defined properties for a game session, formatted as a set of type:value pairs.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameSessionData(String gameSessionData)
Set of developer-defined 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)
Maximum number of players that can be connected simultaneously to the game session.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withName(String name)
Descriptive label that is associated with a game session.
|
Copyright © 2017. All rights reserved.