Uses of Class
com.amazonaws.services.gamelift.model.DescribeGameSessionsResult
-
Packages that use DescribeGameSessionsResult Package Description com.amazonaws.services.gamelift com.amazonaws.services.gamelift.model -
-
Uses of DescribeGameSessionsResult in com.amazonaws.services.gamelift
Methods in com.amazonaws.services.gamelift that return DescribeGameSessionsResult Modifier and Type Method Description DescribeGameSessionsResultAbstractAmazonGameLift. describeGameSessions(DescribeGameSessionsRequest request)DescribeGameSessionsResultAmazonGameLift. describeGameSessions(DescribeGameSessionsRequest describeGameSessionsRequest)Retrieves properties for one or more game sessions.DescribeGameSessionsResultAmazonGameLiftClient. describeGameSessions(DescribeGameSessionsRequest describeGameSessionsRequest)Retrieves properties for one or more game sessions.Method parameters in com.amazonaws.services.gamelift with type arguments of type DescribeGameSessionsResult Modifier and Type Method Description Future<DescribeGameSessionsResult>AbstractAmazonGameLiftAsync. describeGameSessionsAsync(DescribeGameSessionsRequest request, AsyncHandler<DescribeGameSessionsRequest,DescribeGameSessionsResult> asyncHandler)Future<DescribeGameSessionsResult>AmazonGameLiftAsync. describeGameSessionsAsync(DescribeGameSessionsRequest describeGameSessionsRequest, AsyncHandler<DescribeGameSessionsRequest,DescribeGameSessionsResult> asyncHandler)Retrieves properties for one or more game sessions.Future<DescribeGameSessionsResult>AmazonGameLiftAsyncClient. describeGameSessionsAsync(DescribeGameSessionsRequest request, AsyncHandler<DescribeGameSessionsRequest,DescribeGameSessionsResult> asyncHandler) -
Uses of DescribeGameSessionsResult in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return DescribeGameSessionsResult Modifier and Type Method Description DescribeGameSessionsResultDescribeGameSessionsResult. clone()DescribeGameSessionsResultDescribeGameSessionsResult. withGameSessions(GameSession... gameSessions)Collection of objects containing game session properties for each session matching the request.DescribeGameSessionsResultDescribeGameSessionsResult. withGameSessions(Collection<GameSession> gameSessions)Collection of objects containing game session properties for each session matching the request.DescribeGameSessionsResultDescribeGameSessionsResult. withNextToken(String nextToken)Token indicating where to resume retrieving results on the next call to this action.
-