| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ListGameServerGroupsResult |
AmazonGameLiftClient.listGameServerGroups(ListGameServerGroupsRequest request)
This operation is used with the GameLift FleetIQ solution and game server groups.
|
ListGameServerGroupsResult |
AbstractAmazonGameLift.listGameServerGroups(ListGameServerGroupsRequest request) |
ListGameServerGroupsResult |
AmazonGameLift.listGameServerGroups(ListGameServerGroupsRequest listGameServerGroupsRequest)
This operation is used with the GameLift FleetIQ solution and game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListGameServerGroupsResult> |
AmazonGameLiftAsyncClient.listGameServerGroupsAsync(ListGameServerGroupsRequest request,
AsyncHandler<ListGameServerGroupsRequest,ListGameServerGroupsResult> asyncHandler) |
Future<ListGameServerGroupsResult> |
AbstractAmazonGameLiftAsync.listGameServerGroupsAsync(ListGameServerGroupsRequest request,
AsyncHandler<ListGameServerGroupsRequest,ListGameServerGroupsResult> asyncHandler) |
Future<ListGameServerGroupsResult> |
AmazonGameLiftAsync.listGameServerGroupsAsync(ListGameServerGroupsRequest listGameServerGroupsRequest,
AsyncHandler<ListGameServerGroupsRequest,ListGameServerGroupsResult> asyncHandler)
This operation is used with the GameLift FleetIQ solution and game server groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListGameServerGroupsResult |
ListGameServerGroupsResult.clone() |
ListGameServerGroupsResult |
ListGameServerGroupsResult.withGameServerGroups(Collection<GameServerGroup> gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResult |
ListGameServerGroupsResult.withGameServerGroups(GameServerGroup... gameServerGroups)
A collection of game server group objects that match the request.
|
ListGameServerGroupsResult |
ListGameServerGroupsResult.withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
Copyright © 2022. All rights reserved.