| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
List<GameProperty> |
StartGameSessionPlacementRequest.gameProperties()
A set of custom properties for a game session, formatted as key:value pairs.
|
List<GameProperty> |
CreateGameSessionRequest.gameProperties()
A set of custom properties for a game session, formatted as key:value pairs.
|
List<GameProperty> |
CreateMatchmakingConfigurationRequest.gameProperties()
A set of custom properties for a game session, formatted as key:value pairs.
|
List<GameProperty> |
UpdateMatchmakingConfigurationRequest.gameProperties()
A set of custom properties for a game session, formatted as key:value pairs.
|
List<GameProperty> |
MatchmakingConfiguration.gameProperties()
A set of custom properties for a game session, formatted as key:value pairs.
|
List<GameProperty> |
GameSession.gameProperties()
A set of custom properties for a game session, formatted as key:value pairs.
|
List<GameProperty> |
GameSessionPlacement.gameProperties()
A set of custom properties for a game session, formatted as key:value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
StartGameSessionPlacementRequest.Builder |
StartGameSessionPlacementRequest.Builder.gameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
CreateGameSessionRequest.Builder |
CreateGameSessionRequest.Builder.gameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
CreateMatchmakingConfigurationRequest.Builder |
CreateMatchmakingConfigurationRequest.Builder.gameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
MatchmakingConfiguration.Builder |
MatchmakingConfiguration.Builder.gameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
GameSession.Builder |
GameSession.Builder.gameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameProperties(GameProperty... gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
| Modifier and Type | Method and Description |
|---|---|
StartGameSessionPlacementRequest.Builder |
StartGameSessionPlacementRequest.Builder.gameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
CreateGameSessionRequest.Builder |
CreateGameSessionRequest.Builder.gameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
CreateMatchmakingConfigurationRequest.Builder |
CreateMatchmakingConfigurationRequest.Builder.gameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
UpdateMatchmakingConfigurationRequest.Builder |
UpdateMatchmakingConfigurationRequest.Builder.gameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
MatchmakingConfiguration.Builder |
MatchmakingConfiguration.Builder.gameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
GameSession.Builder |
GameSession.Builder.gameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
GameSessionPlacement.Builder |
GameSessionPlacement.Builder.gameProperties(Collection<GameProperty> gameProperties)
A set of custom properties for a game session, formatted as key:value pairs.
|
Copyright © 2023. All rights reserved.