| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static PlayerSessionCreationPolicy |
PlayerSessionCreationPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PlayerSessionCreationPolicy |
UpdateGameSessionRequest.playerSessionCreationPolicy()
Policy determining whether or not the game session accepts new players.
|
PlayerSessionCreationPolicy |
GameSession.playerSessionCreationPolicy()
Indicates whether or not the game session is accepting new players.
|
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 |
|---|---|
static Set<PlayerSessionCreationPolicy> |
PlayerSessionCreationPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateGameSessionRequest.Builder |
UpdateGameSessionRequest.Builder.playerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Policy determining whether or not the game session accepts new players.
|
GameSession.Builder |
GameSession.Builder.playerSessionCreationPolicy(PlayerSessionCreationPolicy playerSessionCreationPolicy)
Indicates whether or not the game session is accepting new players.
|
Copyright © 2020. All rights reserved.