| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static PlayerLatency.Builder |
PlayerLatency.builder() |
PlayerLatency.Builder |
PlayerLatency.Builder.latencyInMilliseconds(Float latencyInMilliseconds)
Amount of time that represents the time lag experienced by the player when connected to the specified Region.
|
PlayerLatency.Builder |
PlayerLatency.Builder.playerId(String playerId)
A unique identifier for a player associated with the latency data.
|
PlayerLatency.Builder |
PlayerLatency.Builder.regionIdentifier(String regionIdentifier)
Name of the Region that is associated with the latency value.
|
PlayerLatency.Builder |
PlayerLatency.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlayerLatency.Builder> |
PlayerLatency.serializableBuilderClass() |
Copyright © 2023. All rights reserved.