| 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<ListLocationsResult> |
AmazonGameLiftAsyncClient.listLocationsAsync(ListLocationsRequest request,
AsyncHandler<ListLocationsRequest,ListLocationsResult> asyncHandler) |
Future<ListLocationsResult> |
AbstractAmazonGameLiftAsync.listLocationsAsync(ListLocationsRequest request,
AsyncHandler<ListLocationsRequest,ListLocationsResult> asyncHandler) |
Future<ListLocationsResult> |
AmazonGameLiftAsync.listLocationsAsync(ListLocationsRequest listLocationsRequest,
AsyncHandler<ListLocationsRequest,ListLocationsResult> asyncHandler)
Lists all custom and Amazon Web Services locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationsRequest |
ListLocationsRequest.clone() |
ListLocationsRequest |
ListLocationsRequest.withFilters(Collection<String> filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest |
ListLocationsRequest.withFilters(LocationFilter... filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest |
ListLocationsRequest.withFilters(String... filters)
Filters the list for
AWS or CUSTOM locations. |
ListLocationsRequest |
ListLocationsRequest.withLimit(Integer limit)
The maximum number of results to return.
|
ListLocationsRequest |
ListLocationsRequest.withNextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
Copyright © 2023. All rights reserved.