| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
PlayerLatency |
PlayerLatency.clone() |
PlayerLatency |
PlayerLatency.withLatencyInMilliseconds(Float latencyInMilliseconds)
Amount of time that represents the time lag experienced by the player when connected to the specified Region.
|
PlayerLatency |
PlayerLatency.withPlayerId(String playerId)
A unique identifier for a player associated with the latency data.
|
PlayerLatency |
PlayerLatency.withRegionIdentifier(String regionIdentifier)
Name of the Region that is associated with the latency value.
|
| Modifier and Type | Method and Description |
|---|---|
List<PlayerLatency> |
StartGameSessionPlacementRequest.getPlayerLatencies()
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
List<PlayerLatency> |
GameSessionPlacement.getPlayerLatencies()
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
| Modifier and Type | Method and Description |
|---|---|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withPlayerLatencies(PlayerLatency... playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
GameSessionPlacement |
GameSessionPlacement.withPlayerLatencies(PlayerLatency... playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartGameSessionPlacementRequest.setPlayerLatencies(Collection<PlayerLatency> playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
void |
GameSessionPlacement.setPlayerLatencies(Collection<PlayerLatency> playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
StartGameSessionPlacementRequest |
StartGameSessionPlacementRequest.withPlayerLatencies(Collection<PlayerLatency> playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
GameSessionPlacement |
GameSessionPlacement.withPlayerLatencies(Collection<PlayerLatency> playerLatencies)
Set of values, expressed in milliseconds, indicating the amount of latency that a player experiences when
connected to AWS Regions.
|
Copyright © 2020. All rights reserved.