| 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 |
|---|---|
ListGameServerGroupsResult |
AbstractAmazonGameLift.listGameServerGroups(ListGameServerGroupsRequest request) |
ListGameServerGroupsResult |
AmazonGameLiftClient.listGameServerGroups(ListGameServerGroupsRequest request)
Lists a game server groups.
|
ListGameServerGroupsResult |
AmazonGameLift.listGameServerGroups(ListGameServerGroupsRequest listGameServerGroupsRequest)
Lists a game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGameServerGroupsResult> |
AbstractAmazonGameLiftAsync.listGameServerGroupsAsync(ListGameServerGroupsRequest request,
AsyncHandler<ListGameServerGroupsRequest,ListGameServerGroupsResult> asyncHandler) |
Future<ListGameServerGroupsResult> |
AmazonGameLiftAsync.listGameServerGroupsAsync(ListGameServerGroupsRequest listGameServerGroupsRequest,
AsyncHandler<ListGameServerGroupsRequest,ListGameServerGroupsResult> asyncHandler)
Lists a game server groups.
|
Future<ListGameServerGroupsResult> |
AmazonGameLiftAsyncClient.listGameServerGroupsAsync(ListGameServerGroupsRequest request,
AsyncHandler<ListGameServerGroupsRequest,ListGameServerGroupsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGameServerGroupsResult |
ListGameServerGroupsResult.clone() |
ListGameServerGroupsResult |
ListGameServerGroupsResult.withGameServerGroups(Collection<GameServerGroup> gameServerGroups)
The game server groups' game server groups.
|
ListGameServerGroupsResult |
ListGameServerGroupsResult.withGameServerGroups(GameServerGroup... gameServerGroups)
The game server groups' game server groups.
|
ListGameServerGroupsResult |
ListGameServerGroupsResult.withNextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
Copyright © 2023. All rights reserved.