Uses of Interface
software.amazon.awssdk.services.gamelift.model.PlayerLatencyPolicy.Builder
-
Packages that use PlayerLatencyPolicy.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PlayerLatencyPolicy.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return PlayerLatencyPolicy.Builder Modifier and Type Method Description static PlayerLatencyPolicy.BuilderPlayerLatencyPolicy. builder()PlayerLatencyPolicy.BuilderPlayerLatencyPolicy.Builder. maximumIndividualPlayerLatencyMilliseconds(Integer maximumIndividualPlayerLatencyMilliseconds)The maximum latency value that is allowed for any player, in milliseconds.PlayerLatencyPolicy.BuilderPlayerLatencyPolicy.Builder. policyDurationSeconds(Integer policyDurationSeconds)The length of time, in seconds, that the policy is enforced while placing a new game session.PlayerLatencyPolicy.BuilderPlayerLatencyPolicy. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type PlayerLatencyPolicy.Builder Modifier and Type Method Description static Class<? extends PlayerLatencyPolicy.Builder>PlayerLatencyPolicy. serializableBuilderClass()
-