Uses of Class
com.amazonaws.services.gamelift.model.PlayerSession
Packages that use PlayerSession
-
Uses of PlayerSession in com.amazonaws.services.gamelift.model
Methods in com.amazonaws.services.gamelift.model that return PlayerSessionModifier and TypeMethodDescriptionPlayerSession.clone()
CreatePlayerSessionResult.getPlayerSession()
Object containing the newly created player session record.PlayerSession.withCreationTime
(Date creationTime) Time stamp indicating when this object was created.PlayerSession.withFleetId
(String fleetId) Unique identifier for a fleet.PlayerSession.withGameSessionId
(String gameSessionId) Unique identifier for a game session.PlayerSession.withIpAddress
(String ipAddress) Game session IP address.PlayerSession.withPlayerId
(String playerId) Unique identifier for a player.PlayerSession.withPlayerSessionId
(String playerSessionId) Unique identifier for a player session.PlayerSession.withStatus
(PlayerSessionStatus status) Current status of the player session.PlayerSession.withStatus
(String status) Current status of the player session.PlayerSession.withTerminationTime
(Date terminationTime) Time stamp indicating when this fleet was terminated.Methods in com.amazonaws.services.gamelift.model that return types with arguments of type PlayerSessionModifier and TypeMethodDescriptionCreatePlayerSessionsResult.getPlayerSessions()
Collection of player session objects created for the added players.DescribePlayerSessionsResult.getPlayerSessions()
Collection of objects containing properties for each player session that matches the request.Methods in com.amazonaws.services.gamelift.model with parameters of type PlayerSessionModifier and TypeMethodDescriptionvoid
CreatePlayerSessionResult.setPlayerSession
(PlayerSession playerSession) Object containing the newly created player session record.CreatePlayerSessionResult.withPlayerSession
(PlayerSession playerSession) Object containing the newly created player session record.CreatePlayerSessionsResult.withPlayerSessions
(PlayerSession... playerSessions) Collection of player session objects created for the added players.DescribePlayerSessionsResult.withPlayerSessions
(PlayerSession... playerSessions) Collection of objects containing properties for each player session that matches the request.Method parameters in com.amazonaws.services.gamelift.model with type arguments of type PlayerSessionModifier and TypeMethodDescriptionvoid
CreatePlayerSessionsResult.setPlayerSessions
(Collection<PlayerSession> playerSessions) Collection of player session objects created for the added players.void
DescribePlayerSessionsResult.setPlayerSessions
(Collection<PlayerSession> playerSessions) Collection of objects containing properties for each player session that matches the request.CreatePlayerSessionsResult.withPlayerSessions
(Collection<PlayerSession> playerSessions) Collection of player session objects created for the added players.DescribePlayerSessionsResult.withPlayerSessions
(Collection<PlayerSession> playerSessions) Collection of objects containing properties for each player session that matches the request.