| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateRuntimeConfigurationResponse |
GameLiftClient.updateRuntimeConfiguration(Consumer<UpdateRuntimeConfigurationRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateRuntimeConfigurationResponse> |
GameLiftAsyncClient.updateRuntimeConfiguration(Consumer<UpdateRuntimeConfigurationRequest.Builder> 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.
|
Copyright © 2021. All rights reserved.