Uses of Class
software.amazon.awssdk.services.gamelift.model.AttributeValue
-
Packages that use AttributeValue Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of AttributeValue in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type AttributeValue Modifier and Type Method Description Map<String,AttributeValue>Player. playerAttributes()A collection of key:value pairs containing player information for use in matchmaking.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type AttributeValue Modifier and Type Method Description Player.BuilderPlayer.Builder. playerAttributes(Map<String,AttributeValue> playerAttributes)A collection of key:value pairs containing player information for use in matchmaking.
-