| 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 a fleet alias.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withCreatorId(String creatorId)
Player ID identifying the person or entity creating the game session.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withFleetId(String fleetId)
Unique identifier for a fleet.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameProperties(Collection<GameProperty> gameProperties)
Set of properties used to administer a game session.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameProperties(GameProperty... gameProperties)
Set of properties used to administer a game session.
|
CreateGameSessionRequest |
CreateGameSessionRequest.withGameSessionId(String gameSessionId)
Custom string to include in the game session ID, with a maximum length of 48 characters.
|
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 associated with a game session.
|
Copyright © 2016. All rights reserved.