Uses of Class
software.amazon.awssdk.services.gamelift.model.UpdateMatchmakingConfigurationResponse
-
Packages that use UpdateMatchmakingConfigurationResponse 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. -
-
Uses of UpdateMatchmakingConfigurationResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return UpdateMatchmakingConfigurationResponse Modifier and Type Method Description default UpdateMatchmakingConfigurationResponseGameLiftClient. updateMatchmakingConfiguration(Consumer<UpdateMatchmakingConfigurationRequest.Builder> updateMatchmakingConfigurationRequest)Updates settings for a FlexMatch matchmaking configuration.default UpdateMatchmakingConfigurationResponseGameLiftClient. updateMatchmakingConfiguration(UpdateMatchmakingConfigurationRequest updateMatchmakingConfigurationRequest)Updates settings for a FlexMatch matchmaking configuration.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type UpdateMatchmakingConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateMatchmakingConfigurationResponse>GameLiftAsyncClient. updateMatchmakingConfiguration(Consumer<UpdateMatchmakingConfigurationRequest.Builder> updateMatchmakingConfigurationRequest)Updates settings for a FlexMatch matchmaking configuration.default CompletableFuture<UpdateMatchmakingConfigurationResponse>GameLiftAsyncClient. updateMatchmakingConfiguration(UpdateMatchmakingConfigurationRequest updateMatchmakingConfigurationRequest)Updates settings for a FlexMatch matchmaking configuration.
-