| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the cloud, including tools
for deploying, operating, and scaling game servers.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ListGameServersResult |
AbstractAmazonGameLift.listGameServers(ListGameServersRequest request) |
ListGameServersResult |
AmazonGameLift.listGameServers(ListGameServersRequest listGameServersRequest)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
ListGameServersResult |
AmazonGameLiftClient.listGameServers(ListGameServersRequest request)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGameServersResult> |
AbstractAmazonGameLiftAsync.listGameServersAsync(ListGameServersRequest request,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler) |
Future<ListGameServersResult> |
AmazonGameLiftAsyncClient.listGameServersAsync(ListGameServersRequest request,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler) |
Future<ListGameServersResult> |
AmazonGameLiftAsync.listGameServersAsync(ListGameServersRequest listGameServersRequest,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler)
This operation is used with the Amazon GameLift FleetIQ solution and game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListGameServersResult |
ListGameServersResult.clone() |
ListGameServersResult |
ListGameServersResult.withGameServers(Collection<GameServer> gameServers)
A collection of game server objects that match the request.
|
ListGameServersResult |
ListGameServersResult.withGameServers(GameServer... gameServers)
A collection of game server objects that match the request.
|
ListGameServersResult |
ListGameServersResult.withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
Copyright © 2023. All rights reserved.