Uses of Class
com.amazonaws.services.gamelift.model.CreateGameSessionRequest
Packages that use CreateGameSessionRequest
-
Uses of CreateGameSessionRequest in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift with parameters of type CreateGameSessionRequestModifier and TypeMethodDescriptionAbstractAmazonGameLift.createGameSession
(CreateGameSessionRequest request) AmazonGameLift.createGameSession
(CreateGameSessionRequest createGameSessionRequest) Creates a multiplayer game session for players.AmazonGameLiftClient.createGameSession
(CreateGameSessionRequest createGameSessionRequest) Creates a multiplayer game session for players.AbstractAmazonGameLiftAsync.createGameSessionAsync
(CreateGameSessionRequest request) AbstractAmazonGameLiftAsync.createGameSessionAsync
(CreateGameSessionRequest request, AsyncHandler<CreateGameSessionRequest, CreateGameSessionResult> asyncHandler) AmazonGameLiftAsync.createGameSessionAsync
(CreateGameSessionRequest createGameSessionRequest) Creates a multiplayer game session for players.AmazonGameLiftAsync.createGameSessionAsync
(CreateGameSessionRequest createGameSessionRequest, AsyncHandler<CreateGameSessionRequest, CreateGameSessionResult> asyncHandler) Creates a multiplayer game session for players.AmazonGameLiftAsyncClient.createGameSessionAsync
(CreateGameSessionRequest request) AmazonGameLiftAsyncClient.createGameSessionAsync
(CreateGameSessionRequest request, AsyncHandler<CreateGameSessionRequest, CreateGameSessionResult> asyncHandler) Method parameters in com.amazonaws.services.gamelift with type arguments of type CreateGameSessionRequestModifier and TypeMethodDescriptionAbstractAmazonGameLiftAsync.createGameSessionAsync
(CreateGameSessionRequest request, AsyncHandler<CreateGameSessionRequest, CreateGameSessionResult> asyncHandler) AmazonGameLiftAsync.createGameSessionAsync
(CreateGameSessionRequest createGameSessionRequest, AsyncHandler<CreateGameSessionRequest, CreateGameSessionResult> asyncHandler) Creates a multiplayer game session for players.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 CreateGameSessionRequestModifier and TypeMethodDescriptionCreateGameSessionRequest.clone()
CreateGameSessionRequest.withAliasId
(String aliasId) Unique identifier for a fleet alias.CreateGameSessionRequest.withFleetId
(String fleetId) Unique identifier for a fleet.CreateGameSessionRequest.withGameProperties
(GameProperty... gameProperties) Set of properties used to administer a game session.CreateGameSessionRequest.withGameProperties
(Collection<GameProperty> gameProperties) Set of properties used to administer a game session.CreateGameSessionRequest.withMaximumPlayerSessionCount
(Integer maximumPlayerSessionCount) Maximum number of players that can be connected simultaneously to the game session.Descriptive label associated with this game session.