Uses of Interface
software.amazon.awssdk.services.gamelift.model.PlayerLatency.Builder
-
Packages that use PlayerLatency.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of PlayerLatency.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return PlayerLatency.Builder Modifier and Type Method Description static PlayerLatency.BuilderPlayerLatency. builder()PlayerLatency.BuilderPlayerLatency.Builder. latencyInMilliseconds(Float latencyInMilliseconds)Amount of time that represents the time lag experienced by the player when connected to the specified Region.PlayerLatency.BuilderPlayerLatency.Builder. playerId(String playerId)A unique identifier for a player associated with the latency data.PlayerLatency.BuilderPlayerLatency.Builder. regionIdentifier(String regionIdentifier)Name of the Region that is associated with the latency value.PlayerLatency.BuilderPlayerLatency. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type PlayerLatency.Builder Modifier and Type Method Description static Class<? extends PlayerLatency.Builder>PlayerLatency. serializableBuilderClass()
-