| 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.
|
| software.amazon.awssdk.services.gamelift.transform |
| Modifier and Type | Method and Description |
|---|---|
default UpdateRuntimeConfigurationResponse |
GameLiftClient.updateRuntimeConfiguration(UpdateRuntimeConfigurationRequest updateRuntimeConfigurationRequest)
Updates the current runtime configuration for the specified fleet, which tells GameLift how to launch server
processes on all instances in the fleet.
|
default CompletableFuture<UpdateRuntimeConfigurationResponse> |
GameLiftAsyncClient.updateRuntimeConfiguration(UpdateRuntimeConfigurationRequest updateRuntimeConfigurationRequest)
Updates the current runtime configuration for the specified fleet, which tells GameLift how to launch server
processes on all instances in the fleet.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
UpdateRuntimeConfigurationRequestMarshaller.marshall(UpdateRuntimeConfigurationRequest updateRuntimeConfigurationRequest) |
Copyright © 2022. All rights reserved.