| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
GameServerClaimStatus |
GameServer.claimStatus()
Indicates when an available game server has been reserved for gameplay but has not yet started hosting a game.
|
static GameServerClaimStatus |
GameServerClaimStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static GameServerClaimStatus |
GameServerClaimStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameServerClaimStatus[] |
GameServerClaimStatus.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<GameServerClaimStatus> |
GameServerClaimStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GameServer.Builder |
GameServer.Builder.claimStatus(GameServerClaimStatus claimStatus)
Indicates when an available game server has been reserved for gameplay but has not yet started hosting a
game.
|
Copyright © 2021. All rights reserved.