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 CreateGameSessionRequest
CreateGameSessionRequest. clone()
CreateGameSessionRequest
CreateGameSessionRequest. withAliasId(String aliasId)
Unique identifier for a fleet alias.CreateGameSessionRequest
CreateGameSessionRequest. withFleetId(String fleetId)
Unique identifier for a fleet.CreateGameSessionRequest
CreateGameSessionRequest. withGameProperties(GameProperty... gameProperties)
Set of properties used to administer a game session.CreateGameSessionRequest
CreateGameSessionRequest. withGameProperties(Collection<GameProperty> gameProperties)
Set of properties used to administer a game session.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 this game session.
-