| 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 |
|---|---|
ListLocationsResult |
AbstractAmazonGameLift.listLocations(ListLocationsRequest request) |
ListLocationsResult |
AmazonGameLift.listLocations(ListLocationsRequest listLocationsRequest)
Lists all custom and Amazon Web Services locations.
|
ListLocationsResult |
AmazonGameLiftClient.listLocations(ListLocationsRequest request)
Lists all custom and Amazon Web Services locations.
|
| 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 |
|---|---|
ListLocationsResult |
ListLocationsResult.clone() |
ListLocationsResult |
ListLocationsResult.withLocations(Collection<LocationModel> locations)
A collection of locations.
|
ListLocationsResult |
ListLocationsResult.withLocations(LocationModel... locations)
A collection of locations.
|
ListLocationsResult |
ListLocationsResult.withNextToken(String nextToken)
A token that indicates where to resume retrieving results on the next call to this operation.
|
Copyright © 2023. All rights reserved.