| 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 |
|---|---|
CreateLocationResult |
AmazonGameLiftClient.createLocation(CreateLocationRequest request)
Creates a custom location for use in an Anywhere fleet.
|
CreateLocationResult |
AmazonGameLift.createLocation(CreateLocationRequest createLocationRequest)
Creates a custom location for use in an Anywhere fleet.
|
CreateLocationResult |
AbstractAmazonGameLift.createLocation(CreateLocationRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationResult> |
AmazonGameLiftAsyncClient.createLocationAsync(CreateLocationRequest request,
AsyncHandler<CreateLocationRequest,CreateLocationResult> asyncHandler) |
Future<CreateLocationResult> |
AmazonGameLiftAsync.createLocationAsync(CreateLocationRequest createLocationRequest,
AsyncHandler<CreateLocationRequest,CreateLocationResult> asyncHandler)
Creates a custom location for use in an Anywhere fleet.
|
Future<CreateLocationResult> |
AbstractAmazonGameLiftAsync.createLocationAsync(CreateLocationRequest request,
AsyncHandler<CreateLocationRequest,CreateLocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationResult |
CreateLocationResult.clone() |
CreateLocationResult |
CreateLocationResult.withLocation(LocationModel location)
The details of the custom location you created.
|
Copyright © 2023. All rights reserved.