Package | Description |
---|---|
com.amazonaws.services.gamelift | |
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
CreatePlayerSessionResult |
AbstractAmazonGameLift.createPlayerSession(CreatePlayerSessionRequest request) |
CreatePlayerSessionResult |
AmazonGameLift.createPlayerSession(CreatePlayerSessionRequest createPlayerSessionRequest)
Adds a player to a game session and creates a player session record.
|
CreatePlayerSessionResult |
AmazonGameLiftClient.createPlayerSession(CreatePlayerSessionRequest createPlayerSessionRequest)
Adds a player to a game session and creates a player session record.
|
Modifier and Type | Method and Description |
---|---|
Future<CreatePlayerSessionResult> |
AmazonGameLiftAsyncClient.createPlayerSessionAsync(CreatePlayerSessionRequest request,
AsyncHandler<CreatePlayerSessionRequest,CreatePlayerSessionResult> asyncHandler) |
Future<CreatePlayerSessionResult> |
AmazonGameLiftAsync.createPlayerSessionAsync(CreatePlayerSessionRequest createPlayerSessionRequest,
AsyncHandler<CreatePlayerSessionRequest,CreatePlayerSessionResult> asyncHandler)
Adds a player to a game session and creates a player session record.
|
Future<CreatePlayerSessionResult> |
AbstractAmazonGameLiftAsync.createPlayerSessionAsync(CreatePlayerSessionRequest request,
AsyncHandler<CreatePlayerSessionRequest,CreatePlayerSessionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePlayerSessionResult |
CreatePlayerSessionResult.clone() |
CreatePlayerSessionResult |
CreatePlayerSessionResult.withPlayerSession(PlayerSession playerSession)
Object containing the newly created player session record.
|
Copyright © 2018. All rights reserved.