Uses of Class
software.amazon.awssdk.services.gamelift.model.GameServer
-
Packages that use GameServer Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of GameServer in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return GameServer Modifier and Type Method Description GameServerClaimGameServerResponse. gameServer()Object that describes the newly claimed game server.GameServerDescribeGameServerResponse. gameServer()Object that describes the requested game server.GameServerRegisterGameServerResponse. gameServer()Object that describes the newly registered game server.GameServerUpdateGameServerResponse. gameServer()Object that describes the newly updated game server.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type GameServer Modifier and Type Method Description List<GameServer>ListGameServersResponse. gameServers()A collection of game server objects that match the request.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type GameServer Modifier and Type Method Description ClaimGameServerResponse.BuilderClaimGameServerResponse.Builder. gameServer(GameServer gameServer)Object that describes the newly claimed game server.DescribeGameServerResponse.BuilderDescribeGameServerResponse.Builder. gameServer(GameServer gameServer)Object that describes the requested game server.RegisterGameServerResponse.BuilderRegisterGameServerResponse.Builder. gameServer(GameServer gameServer)Object that describes the newly registered game server.UpdateGameServerResponse.BuilderUpdateGameServerResponse.Builder. gameServer(GameServer gameServer)Object that describes the newly updated game server.ListGameServersResponse.BuilderListGameServersResponse.Builder. gameServers(GameServer... gameServers)A collection of game server objects that match the request.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type GameServer Modifier and Type Method Description ListGameServersResponse.BuilderListGameServersResponse.Builder. gameServers(Collection<GameServer> gameServers)A collection of game server objects that match the request. -
Uses of GameServer in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type GameServer Modifier and Type Method Description SdkIterable<GameServer>ListGameServersIterable. gameServers()Returns an iterable to iterate through the paginatedListGameServersResponse.gameServers()member.SdkPublisher<GameServer>ListGameServersPublisher. gameServers()Returns a publisher that can be used to get a stream of data.
-