Uses of Class
com.amazonaws.services.gamelift.model.UpdateGameSessionResult
-
Packages that use UpdateGameSessionResult Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of UpdateGameSessionResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return UpdateGameSessionResult Modifier and Type Method Description UpdateGameSessionResult
AbstractAmazonGameLift. updateGameSession(UpdateGameSessionRequest request)
UpdateGameSessionResult
AmazonGameLift. updateGameSession(UpdateGameSessionRequest updateGameSessionRequest)
Updates game session properties.UpdateGameSessionResult
AmazonGameLiftClient. updateGameSession(UpdateGameSessionRequest updateGameSessionRequest)
Updates game session properties.Method parameters in com.amazonaws.services.gamelift with type arguments of type UpdateGameSessionResult Modifier and Type Method Description Future<UpdateGameSessionResult>
AbstractAmazonGameLiftAsync. updateGameSessionAsync(UpdateGameSessionRequest request, AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler)
Future<UpdateGameSessionResult>
AmazonGameLiftAsync. updateGameSessionAsync(UpdateGameSessionRequest updateGameSessionRequest, AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler)
Updates game session properties.Future<UpdateGameSessionResult>
AmazonGameLiftAsyncClient. updateGameSessionAsync(UpdateGameSessionRequest request, AsyncHandler<UpdateGameSessionRequest,UpdateGameSessionResult> asyncHandler)
-
Uses of UpdateGameSessionResult in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return UpdateGameSessionResult Modifier and Type Method Description UpdateGameSessionResult
UpdateGameSessionResult. clone()
UpdateGameSessionResult
UpdateGameSessionResult. withGameSession(GameSession gameSession)
Object containing the updated game session metadata.
-