Uses of Class
com.amazonaws.services.gamelift.model.CreateGameSessionResult
-
Packages that use CreateGameSessionResult Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of CreateGameSessionResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return CreateGameSessionResult Modifier and Type Method Description CreateGameSessionResultAbstractAmazonGameLift. createGameSession(CreateGameSessionRequest request)CreateGameSessionResultAmazonGameLift. createGameSession(CreateGameSessionRequest createGameSessionRequest)Creates a multiplayer game session for players.CreateGameSessionResultAmazonGameLiftClient. createGameSession(CreateGameSessionRequest createGameSessionRequest)Creates a multiplayer game session for players.Method parameters in com.amazonaws.services.gamelift with type arguments of type CreateGameSessionResult Modifier and Type Method Description Future<CreateGameSessionResult>AbstractAmazonGameLiftAsync. createGameSessionAsync(CreateGameSessionRequest request, AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler)Future<CreateGameSessionResult>AmazonGameLiftAsync. createGameSessionAsync(CreateGameSessionRequest createGameSessionRequest, AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler)Creates a multiplayer game session for players.Future<CreateGameSessionResult>AmazonGameLiftAsyncClient. createGameSessionAsync(CreateGameSessionRequest request, AsyncHandler<CreateGameSessionRequest,CreateGameSessionResult> asyncHandler) -
Uses of CreateGameSessionResult in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return CreateGameSessionResult Modifier and Type Method Description CreateGameSessionResultCreateGameSessionResult. clone()CreateGameSessionResultCreateGameSessionResult. withGameSession(GameSession gameSession)Object containing the newly created game session record.
-