Uses of Class
com.amazonaws.services.gamelift.model.CreatePlayerSessionResult
-
Packages that use CreatePlayerSessionResult Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of CreatePlayerSessionResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return CreatePlayerSessionResult Modifier and Type Method Description CreatePlayerSessionResultAbstractAmazonGameLift. createPlayerSession(CreatePlayerSessionRequest request)CreatePlayerSessionResultAmazonGameLift. createPlayerSession(CreatePlayerSessionRequest createPlayerSessionRequest)Adds a player to a game session and creates a player session record.CreatePlayerSessionResultAmazonGameLiftClient. createPlayerSession(CreatePlayerSessionRequest createPlayerSessionRequest)Adds a player to a game session and creates a player session record.Method parameters in com.amazonaws.services.gamelift with type arguments of type CreatePlayerSessionResult Modifier and Type Method Description Future<CreatePlayerSessionResult>AbstractAmazonGameLiftAsync. 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>AmazonGameLiftAsyncClient. createPlayerSessionAsync(CreatePlayerSessionRequest request, AsyncHandler<CreatePlayerSessionRequest,CreatePlayerSessionResult> asyncHandler) -
Uses of CreatePlayerSessionResult in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return CreatePlayerSessionResult Modifier and Type Method Description CreatePlayerSessionResultCreatePlayerSessionResult. clone()CreatePlayerSessionResultCreatePlayerSessionResult. withPlayerSession(PlayerSession playerSession)Object containing the newly created player session record.
-