Uses of Class
software.amazon.awssdk.services.gamelift.model.CreateMatchmakingRuleSetResponse
-
Packages that use CreateMatchmakingRuleSetResponse 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 CreateMatchmakingRuleSetResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return CreateMatchmakingRuleSetResponse Modifier and Type Method Description default CreateMatchmakingRuleSetResponseGameLiftClient. createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)Creates a new rule set for FlexMatch matchmaking.default CreateMatchmakingRuleSetResponseGameLiftClient. createMatchmakingRuleSet(CreateMatchmakingRuleSetRequest createMatchmakingRuleSetRequest)Creates a new rule set for FlexMatch matchmaking.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type CreateMatchmakingRuleSetResponse Modifier and Type Method Description default CompletableFuture<CreateMatchmakingRuleSetResponse>GameLiftAsyncClient. createMatchmakingRuleSet(Consumer<CreateMatchmakingRuleSetRequest.Builder> createMatchmakingRuleSetRequest)Creates a new rule set for FlexMatch matchmaking.default CompletableFuture<CreateMatchmakingRuleSetResponse>GameLiftAsyncClient. createMatchmakingRuleSet(CreateMatchmakingRuleSetRequest createMatchmakingRuleSetRequest)Creates a new rule set for FlexMatch matchmaking.
-