Uses of Class
software.amazon.awssdk.services.gamelift.model.PlayerSession
-
Packages that use PlayerSession Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of PlayerSession in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return PlayerSession Modifier and Type Method Description PlayerSessionCreatePlayerSessionResponse. playerSession()Object that describes the newly created player session record.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type PlayerSession Modifier and Type Method Description List<PlayerSession>CreatePlayerSessionsResponse. playerSessions()A collection of player session objects created for the added players.List<PlayerSession>DescribePlayerSessionsResponse. playerSessions()A collection of objects containing properties for each player session that matches the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type PlayerSession Modifier and Type Method Description CreatePlayerSessionResponse.BuilderCreatePlayerSessionResponse.Builder. playerSession(PlayerSession playerSession)Object that describes the newly created player session record.CreatePlayerSessionsResponse.BuilderCreatePlayerSessionsResponse.Builder. playerSessions(PlayerSession... playerSessions)A collection of player session objects created for the added players.DescribePlayerSessionsResponse.BuilderDescribePlayerSessionsResponse.Builder. playerSessions(PlayerSession... playerSessions)A collection of objects containing properties for each player session that matches the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type PlayerSession Modifier and Type Method Description CreatePlayerSessionsResponse.BuilderCreatePlayerSessionsResponse.Builder. playerSessions(Collection<PlayerSession> playerSessions)A collection of player session objects created for the added players.DescribePlayerSessionsResponse.BuilderDescribePlayerSessionsResponse.Builder. playerSessions(Collection<PlayerSession> playerSessions)A collection of objects containing properties for each player session that matches the request. -
Uses of PlayerSession in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type PlayerSession Modifier and Type Method Description SdkIterable<PlayerSession>DescribePlayerSessionsIterable. playerSessions()Returns an iterable to iterate through the paginatedDescribePlayerSessionsResponse.playerSessions()member.SdkPublisher<PlayerSession>DescribePlayerSessionsPublisher. playerSessions()Returns a publisher that can be used to get a stream of data.
-