Uses of Class
software.amazon.awssdk.services.gamelift.model.PlayerLatency
-
Packages that use PlayerLatency Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PlayerLatency in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type PlayerLatency Modifier and Type Method Description List<PlayerLatency>GameSessionPlacement. playerLatencies()A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to Amazon Web Services Regions.List<PlayerLatency>StartGameSessionPlacementRequest. playerLatencies()A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to Amazon Web Services Regions.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type PlayerLatency Modifier and Type Method Description GameSessionPlacement.BuilderGameSessionPlacement.Builder. playerLatencies(PlayerLatency... playerLatencies)A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to Amazon Web Services Regions.StartGameSessionPlacementRequest.BuilderStartGameSessionPlacementRequest.Builder. playerLatencies(PlayerLatency... playerLatencies)A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to Amazon Web Services Regions.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type PlayerLatency Modifier and Type Method Description GameSessionPlacement.BuilderGameSessionPlacement.Builder. playerLatencies(Collection<PlayerLatency> playerLatencies)A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to Amazon Web Services Regions.StartGameSessionPlacementRequest.BuilderStartGameSessionPlacementRequest.Builder. playerLatencies(Collection<PlayerLatency> playerLatencies)A set of values, expressed in milliseconds, that indicates the amount of latency that a player experiences when connected to Amazon Web Services Regions.
-