| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateLocationResponse |
GameLiftClient.createLocation(Consumer<CreateLocationRequest.Builder> createLocationRequest)
Creates a custom location for use in an Anywhere fleet.
|
default CreateLocationResponse |
GameLiftClient.createLocation(CreateLocationRequest createLocationRequest)
Creates a custom location for use in an Anywhere fleet.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLocationResponse> |
GameLiftAsyncClient.createLocation(Consumer<CreateLocationRequest.Builder> createLocationRequest)
Creates a custom location for use in an Anywhere fleet.
|
default CompletableFuture<CreateLocationResponse> |
GameLiftAsyncClient.createLocation(CreateLocationRequest createLocationRequest)
Creates a custom location for use in an Anywhere fleet.
|
Copyright © 2022. All rights reserved.