Uses of Class
software.amazon.awssdk.services.gamelift.model.GameServerClaimStatus
-
Packages that use GameServerClaimStatus Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of GameServerClaimStatus in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameServerClaimStatus Modifier and Type Method Description GameServerClaimStatusGameServer. claimStatus()Indicates when an available game server has been reserved for gameplay but has not yet started hosting a game.static GameServerClaimStatusGameServerClaimStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GameServerClaimStatusGameServerClaimStatus. 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.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameServerClaimStatus Modifier and Type Method Description static Set<GameServerClaimStatus>GameServerClaimStatus. knownValues()Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameServerClaimStatus Modifier and Type Method Description GameServer.BuilderGameServer.Builder. claimStatus(GameServerClaimStatus claimStatus)Indicates when an available game server has been reserved for gameplay but has not yet started hosting a game.
-