Uses of Class
com.amazonaws.services.gamelift.model.CreateGameSessionRequest
-
Packages that use CreateGameSessionRequest Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of CreateGameSessionRequest in com.amazonaws.services.gamelift
Method parameters in com.amazonaws.services.gamelift with type arguments of type CreateGameSessionRequest 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 CreateGameSessionRequest in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return CreateGameSessionRequest Modifier and Type Method Description CreateGameSessionRequestCreateGameSessionRequest. clone()CreateGameSessionRequestCreateGameSessionRequest. withAliasId(String aliasId)Unique identifier for a fleet alias.CreateGameSessionRequestCreateGameSessionRequest. withFleetId(String fleetId)Unique identifier for a fleet.CreateGameSessionRequestCreateGameSessionRequest. withGameProperties(GameProperty... gameProperties)Set of properties used to administer a game session.CreateGameSessionRequestCreateGameSessionRequest. withGameProperties(Collection<GameProperty> gameProperties)Set of properties used to administer a game session.CreateGameSessionRequestCreateGameSessionRequest. withMaximumPlayerSessionCount(Integer maximumPlayerSessionCount)Maximum number of players that can be connected simultaneously to the game session.CreateGameSessionRequestCreateGameSessionRequest. withName(String name)Descriptive label associated with this game session.
-