| Package | Description |
|---|---|
| com.amazonaws.services.gamelift |
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
ListGameServersResult |
AmazonGameLiftClient.listGameServers(ListGameServersRequest request)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
ListGameServersResult |
AbstractAmazonGameLift.listGameServers(ListGameServersRequest request) |
ListGameServersResult |
AmazonGameLift.listGameServers(ListGameServersRequest listGameServersRequest)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
Future<ListGameServersResult> |
AbstractAmazonGameLiftAsync.listGameServersAsync(ListGameServersRequest request) |
Future<ListGameServersResult> |
AmazonGameLiftAsync.listGameServersAsync(ListGameServersRequest listGameServersRequest)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
Future<ListGameServersResult> |
AmazonGameLiftAsyncClient.listGameServersAsync(ListGameServersRequest request) |
Future<ListGameServersResult> |
AbstractAmazonGameLiftAsync.listGameServersAsync(ListGameServersRequest request,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler) |
Future<ListGameServersResult> |
AmazonGameLiftAsync.listGameServersAsync(ListGameServersRequest listGameServersRequest,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
Future<ListGameServersResult> |
AmazonGameLiftAsyncClient.listGameServersAsync(ListGameServersRequest request,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListGameServersResult> |
AbstractAmazonGameLiftAsync.listGameServersAsync(ListGameServersRequest request,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler) |
Future<ListGameServersResult> |
AmazonGameLiftAsync.listGameServersAsync(ListGameServersRequest listGameServersRequest,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler)
This action is part of Amazon GameLift FleetIQ with game server groups, which is in preview release and is
subject to change.
|
Future<ListGameServersResult> |
AmazonGameLiftAsyncClient.listGameServersAsync(ListGameServersRequest request,
AsyncHandler<ListGameServersRequest,ListGameServersResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListGameServersRequest |
ListGameServersRequest.clone() |
ListGameServersRequest |
ListGameServersRequest.withGameServerGroupName(String gameServerGroupName)
An identifier for the game server group for the game server you want to list.
|
ListGameServersRequest |
ListGameServersRequest.withLimit(Integer limit)
The maximum number of results to return.
|
ListGameServersRequest |
ListGameServersRequest.withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
ListGameServersRequest |
ListGameServersRequest.withSortOrder(SortOrder sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
ListGameServersRequest |
ListGameServersRequest.withSortOrder(String sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
Copyright © 2020. All rights reserved.