Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteMatchmakingRuleSetResponse
-
Packages that use DeleteMatchmakingRuleSetResponse 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 DeleteMatchmakingRuleSetResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DeleteMatchmakingRuleSetResponse Modifier and Type Method Description default DeleteMatchmakingRuleSetResponseGameLiftClient. deleteMatchmakingRuleSet(Consumer<DeleteMatchmakingRuleSetRequest.Builder> deleteMatchmakingRuleSetRequest)Deletes an existing matchmaking rule set.default DeleteMatchmakingRuleSetResponseGameLiftClient. deleteMatchmakingRuleSet(DeleteMatchmakingRuleSetRequest deleteMatchmakingRuleSetRequest)Deletes an existing matchmaking rule set.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DeleteMatchmakingRuleSetResponse Modifier and Type Method Description default CompletableFuture<DeleteMatchmakingRuleSetResponse>GameLiftAsyncClient. deleteMatchmakingRuleSet(Consumer<DeleteMatchmakingRuleSetRequest.Builder> deleteMatchmakingRuleSetRequest)Deletes an existing matchmaking rule set.default CompletableFuture<DeleteMatchmakingRuleSetResponse>GameLiftAsyncClient. deleteMatchmakingRuleSet(DeleteMatchmakingRuleSetRequest deleteMatchmakingRuleSetRequest)Deletes an existing matchmaking rule set.
-