| 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<CreateLocationResult> |
AmazonGameLiftAsyncClient.createLocationAsync(CreateLocationRequest request,
AsyncHandler<CreateLocationRequest,CreateLocationResult> asyncHandler) |
Future<CreateLocationResult> |
AbstractAmazonGameLiftAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationRequest |
CreateLocationRequest.clone() |
CreateLocationRequest |
CreateLocationRequest.withLocationName(String locationName)
A descriptive name for the custom location.
|
CreateLocationRequest |
CreateLocationRequest.withTags(Collection<Tag> tags)
A list of labels to assign to the new matchmaking configuration resource.
|
CreateLocationRequest |
CreateLocationRequest.withTags(Tag... tags)
A list of labels to assign to the new matchmaking configuration resource.
|
Copyright © 2023. All rights reserved.