Uses of Class
software.amazon.awssdk.services.gamelift.model.CreateMatchmakingConfigurationResponse
-
Packages that use CreateMatchmakingConfigurationResponse 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 CreateMatchmakingConfigurationResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return CreateMatchmakingConfigurationResponse Modifier and Type Method Description default CreateMatchmakingConfigurationResponseGameLiftClient. createMatchmakingConfiguration(Consumer<CreateMatchmakingConfigurationRequest.Builder> createMatchmakingConfigurationRequest)Defines a new matchmaking configuration for use with FlexMatch.default CreateMatchmakingConfigurationResponseGameLiftClient. createMatchmakingConfiguration(CreateMatchmakingConfigurationRequest createMatchmakingConfigurationRequest)Defines a new matchmaking configuration for use with FlexMatch.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type CreateMatchmakingConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateMatchmakingConfigurationResponse>GameLiftAsyncClient. createMatchmakingConfiguration(Consumer<CreateMatchmakingConfigurationRequest.Builder> createMatchmakingConfigurationRequest)Defines a new matchmaking configuration for use with FlexMatch.default CompletableFuture<CreateMatchmakingConfigurationResponse>GameLiftAsyncClient. createMatchmakingConfiguration(CreateMatchmakingConfigurationRequest createMatchmakingConfigurationRequest)Defines a new matchmaking configuration for use with FlexMatch.
-