Uses of Class
software.amazon.awssdk.services.gamelift.model.PlayerLatencyPolicy
-
Packages that use PlayerLatencyPolicy Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PlayerLatencyPolicy in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type PlayerLatencyPolicy Modifier and Type Method Description List<PlayerLatencyPolicy>CreateGameSessionQueueRequest. playerLatencyPolicies()A set of policies that act as a sliding cap on player latency.List<PlayerLatencyPolicy>GameSessionQueue. playerLatencyPolicies()A set of policies that act as a sliding cap on player latency.List<PlayerLatencyPolicy>UpdateGameSessionQueueRequest. playerLatencyPolicies()A set of policies that act as a sliding cap on player latency.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type PlayerLatencyPolicy Modifier and Type Method Description CreateGameSessionQueueRequest.BuilderCreateGameSessionQueueRequest.Builder. playerLatencyPolicies(PlayerLatencyPolicy... playerLatencyPolicies)A set of policies that act as a sliding cap on player latency.GameSessionQueue.BuilderGameSessionQueue.Builder. playerLatencyPolicies(PlayerLatencyPolicy... playerLatencyPolicies)A set of policies that act as a sliding cap on player latency.UpdateGameSessionQueueRequest.BuilderUpdateGameSessionQueueRequest.Builder. playerLatencyPolicies(PlayerLatencyPolicy... playerLatencyPolicies)A set of policies that act as a sliding cap on player latency.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type PlayerLatencyPolicy Modifier and Type Method Description CreateGameSessionQueueRequest.BuilderCreateGameSessionQueueRequest.Builder. playerLatencyPolicies(Collection<PlayerLatencyPolicy> playerLatencyPolicies)A set of policies that act as a sliding cap on player latency.GameSessionQueue.BuilderGameSessionQueue.Builder. playerLatencyPolicies(Collection<PlayerLatencyPolicy> playerLatencyPolicies)A set of policies that act as a sliding cap on player latency.UpdateGameSessionQueueRequest.BuilderUpdateGameSessionQueueRequest.Builder. playerLatencyPolicies(Collection<PlayerLatencyPolicy> playerLatencyPolicies)A set of policies that act as a sliding cap on player latency.
-