| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static PlayerSessionCreationPolicy |
PlayerSessionCreationPolicy.fromValue(String value)
Use this in place of valueOf.
|
static PlayerSessionCreationPolicy |
PlayerSessionCreationPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayerSessionCreationPolicy[] |
PlayerSessionCreationPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameSession.setPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Indicates whether or not the game session is accepting new players.
|
void |
UpdateGameSessionRequest.setPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Policy determining whether or not the game session accepts new players.
|
GameSession |
GameSession.withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Indicates whether or not the game session is accepting new players.
|
UpdateGameSessionRequest |
UpdateGameSessionRequest.withPlayerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Policy determining whether or not the game session accepts new players.
|
Copyright © 2020. All rights reserved.