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