| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeValue |
AttributeValue.addSDMEntry(String key,
Double value) |
AttributeValue |
AttributeValue.clearSDMEntries()
Removes all the entries added into SDM.
|
AttributeValue |
AttributeValue.clone() |
AttributeValue |
AttributeValue.withN(Double n)
For number values, expressed as double.
|
AttributeValue |
AttributeValue.withS(String s)
For single string values.
|
AttributeValue |
AttributeValue.withSDM(Map<String,Double> sDM)
For a map of up to 10 type:value pairs.
|
AttributeValue |
AttributeValue.withSL(Collection<String> sL)
For a list of up to 10 strings.
|
AttributeValue |
AttributeValue.withSL(String... sL)
For a list of up to 10 strings.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AttributeValue> |
Player.getPlayerAttributes()
Collection of name:value pairs containing player information for use in matchmaking.
|
| Modifier and Type | Method and Description |
|---|---|
Player |
Player.addPlayerAttributesEntry(String key,
AttributeValue value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Player.setPlayerAttributes(Map<String,AttributeValue> playerAttributes)
Collection of name:value pairs containing player information for use in matchmaking.
|
Player |
Player.withPlayerAttributes(Map<String,AttributeValue> playerAttributes)
Collection of name:value pairs containing player information for use in matchmaking.
|
Copyright © 2017. All rights reserved.