Uses of Class
com.amazonaws.services.gamelift.model.CreatePlayerSessionsResult
Packages that use CreatePlayerSessionsResult
-
Uses of CreatePlayerSessionsResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return CreatePlayerSessionsResultModifier and TypeMethodDescriptionAbstractAmazonGameLift.createPlayerSessions
(CreatePlayerSessionsRequest request) AmazonGameLift.createPlayerSessions
(CreatePlayerSessionsRequest createPlayerSessionsRequest) Adds a group of players to a game session.AmazonGameLiftClient.createPlayerSessions
(CreatePlayerSessionsRequest createPlayerSessionsRequest) Adds a group of players to a game session.Methods in com.amazonaws.services.gamelift that return types with arguments of type CreatePlayerSessionsResultModifier and TypeMethodDescriptionAbstractAmazonGameLiftAsync.createPlayerSessionsAsync
(CreatePlayerSessionsRequest request) AbstractAmazonGameLiftAsync.createPlayerSessionsAsync
(CreatePlayerSessionsRequest request, AsyncHandler<CreatePlayerSessionsRequest, CreatePlayerSessionsResult> asyncHandler) AmazonGameLiftAsync.createPlayerSessionsAsync
(CreatePlayerSessionsRequest createPlayerSessionsRequest) Adds a group of players to a game session.AmazonGameLiftAsync.createPlayerSessionsAsync
(CreatePlayerSessionsRequest createPlayerSessionsRequest, AsyncHandler<CreatePlayerSessionsRequest, CreatePlayerSessionsResult> asyncHandler) Adds a group of players to a game session.AmazonGameLiftAsyncClient.createPlayerSessionsAsync
(CreatePlayerSessionsRequest request) AmazonGameLiftAsyncClient.createPlayerSessionsAsync
(CreatePlayerSessionsRequest request, AsyncHandler<CreatePlayerSessionsRequest, CreatePlayerSessionsResult> asyncHandler) Method parameters in com.amazonaws.services.gamelift with type arguments of type CreatePlayerSessionsResultModifier and TypeMethodDescriptionAbstractAmazonGameLiftAsync.createPlayerSessionsAsync
(CreatePlayerSessionsRequest request, AsyncHandler<CreatePlayerSessionsRequest, CreatePlayerSessionsResult> asyncHandler) AmazonGameLiftAsync.createPlayerSessionsAsync
(CreatePlayerSessionsRequest createPlayerSessionsRequest, AsyncHandler<CreatePlayerSessionsRequest, CreatePlayerSessionsResult> asyncHandler) Adds a group of players to a game session.AmazonGameLiftAsyncClient.createPlayerSessionsAsync
(CreatePlayerSessionsRequest request, AsyncHandler<CreatePlayerSessionsRequest, CreatePlayerSessionsResult> asyncHandler) -
Uses of CreatePlayerSessionsResult in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return CreatePlayerSessionsResultModifier and TypeMethodDescriptionCreatePlayerSessionsResult.clone()
CreatePlayerSessionsResult.withPlayerSessions
(PlayerSession... playerSessions) Collection of player session objects created for the added players.CreatePlayerSessionsResult.withPlayerSessions
(Collection<PlayerSession> playerSessions) Collection of player session objects created for the added players.