Uses of Class
com.amazonaws.services.gamelift.model.CreatePlayerSessionResult
Packages that use CreatePlayerSessionResult
-
Uses of CreatePlayerSessionResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return CreatePlayerSessionResultModifier and TypeMethodDescriptionAbstractAmazonGameLift.createPlayerSession
(CreatePlayerSessionRequest request) AmazonGameLift.createPlayerSession
(CreatePlayerSessionRequest createPlayerSessionRequest) Adds a player to a game session and creates a player session record.AmazonGameLiftClient.createPlayerSession
(CreatePlayerSessionRequest createPlayerSessionRequest) Adds a player to a game session and creates a player session record.Methods in com.amazonaws.services.gamelift that return types with arguments of type CreatePlayerSessionResultModifier and TypeMethodDescriptionAbstractAmazonGameLiftAsync.createPlayerSessionAsync
(CreatePlayerSessionRequest request) AbstractAmazonGameLiftAsync.createPlayerSessionAsync
(CreatePlayerSessionRequest request, AsyncHandler<CreatePlayerSessionRequest, CreatePlayerSessionResult> asyncHandler) AmazonGameLiftAsync.createPlayerSessionAsync
(CreatePlayerSessionRequest createPlayerSessionRequest) Adds a player to a game session and creates a player session record.AmazonGameLiftAsync.createPlayerSessionAsync
(CreatePlayerSessionRequest createPlayerSessionRequest, AsyncHandler<CreatePlayerSessionRequest, CreatePlayerSessionResult> asyncHandler) Adds a player to a game session and creates a player session record.AmazonGameLiftAsyncClient.createPlayerSessionAsync
(CreatePlayerSessionRequest request) AmazonGameLiftAsyncClient.createPlayerSessionAsync
(CreatePlayerSessionRequest request, AsyncHandler<CreatePlayerSessionRequest, CreatePlayerSessionResult> asyncHandler) Method parameters in com.amazonaws.services.gamelift with type arguments of type CreatePlayerSessionResultModifier and TypeMethodDescriptionAbstractAmazonGameLiftAsync.createPlayerSessionAsync
(CreatePlayerSessionRequest request, AsyncHandler<CreatePlayerSessionRequest, CreatePlayerSessionResult> asyncHandler) AmazonGameLiftAsync.createPlayerSessionAsync
(CreatePlayerSessionRequest createPlayerSessionRequest, AsyncHandler<CreatePlayerSessionRequest, CreatePlayerSessionResult> asyncHandler) Adds a player to a game session and creates a player session record.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 CreatePlayerSessionResultModifier and TypeMethodDescriptionCreatePlayerSessionResult.clone()
CreatePlayerSessionResult.withPlayerSession
(PlayerSession playerSession) Object containing the newly created player session record.