Uses of Class
software.amazon.awssdk.services.gamelift.model.GameSession
-
Packages that use GameSession Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of GameSession in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameSession Modifier and Type Method Description GameSessionCreateGameSessionResponse. gameSession()Object that describes the newly created game session record.GameSessionGameSessionDetail. gameSession()Object that describes a game session.GameSessionTerminateGameSessionResponse. gameSession()Returns the value of the GameSession property for this object.GameSessionUpdateGameSessionResponse. gameSession()The updated game session properties.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameSession Modifier and Type Method Description List<GameSession>DescribeGameSessionsResponse. gameSessions()A collection of properties for each game session that matches the request.List<GameSession>SearchGameSessionsResponse. gameSessions()A collection of objects containing game session properties for each session that matches the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameSession Modifier and Type Method Description CreateGameSessionResponse.BuilderCreateGameSessionResponse.Builder. gameSession(GameSession gameSession)Object that describes the newly created game session record.GameSessionDetail.BuilderGameSessionDetail.Builder. gameSession(GameSession gameSession)Object that describes a game session.TerminateGameSessionResponse.BuilderTerminateGameSessionResponse.Builder. gameSession(GameSession gameSession)Sets the value of the GameSession property for this object.UpdateGameSessionResponse.BuilderUpdateGameSessionResponse.Builder. gameSession(GameSession gameSession)The updated game session properties.DescribeGameSessionsResponse.BuilderDescribeGameSessionsResponse.Builder. gameSessions(GameSession... gameSessions)A collection of properties for each game session that matches the request.SearchGameSessionsResponse.BuilderSearchGameSessionsResponse.Builder. gameSessions(GameSession... gameSessions)A collection of objects containing game session properties for each session that matches the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameSession Modifier and Type Method Description DescribeGameSessionsResponse.BuilderDescribeGameSessionsResponse.Builder. gameSessions(Collection<GameSession> gameSessions)A collection of properties for each game session that matches the request.SearchGameSessionsResponse.BuilderSearchGameSessionsResponse.Builder. gameSessions(Collection<GameSession> gameSessions)A collection of objects containing game session properties for each session that matches the request. -
Uses of GameSession in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type GameSession Modifier and Type Method Description SdkIterable<GameSession>DescribeGameSessionsIterable. gameSessions()Returns an iterable to iterate through the paginatedDescribeGameSessionsResponse.gameSessions()member.SdkPublisher<GameSession>DescribeGameSessionsPublisher. gameSessions()Returns a publisher that can be used to get a stream of data.SdkIterable<GameSession>SearchGameSessionsIterable. gameSessions()Returns an iterable to iterate through the paginatedSearchGameSessionsResponse.gameSessions()member.SdkPublisher<GameSession>SearchGameSessionsPublisher. gameSessions()Returns a publisher that can be used to get a stream of data.
-