| 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 CreateScriptResponse |
GameLiftClient.createScript(Consumer<CreateScriptRequest.Builder> createScriptRequest)
Creates a new script record for your Realtime Servers script.
|
default CreateScriptResponse |
GameLiftClient.createScript(CreateScriptRequest createScriptRequest)
Creates a new script record for your Realtime Servers script.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateScriptResponse> |
GameLiftAsyncClient.createScript(Consumer<CreateScriptRequest.Builder> createScriptRequest)
Creates a new script record for your Realtime Servers script.
|
default CompletableFuture<CreateScriptResponse> |
GameLiftAsyncClient.createScript(CreateScriptRequest createScriptRequest)
Creates a new script record for your Realtime Servers script.
|
Copyright © 2023. All rights reserved.