Uses of Class
software.amazon.awssdk.services.gamelift.model.DeleteMatchmakingConfigurationResponse
-
Packages that use DeleteMatchmakingConfigurationResponse 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 DeleteMatchmakingConfigurationResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DeleteMatchmakingConfigurationResponse Modifier and Type Method Description default DeleteMatchmakingConfigurationResponseGameLiftClient. deleteMatchmakingConfiguration(Consumer<DeleteMatchmakingConfigurationRequest.Builder> deleteMatchmakingConfigurationRequest)Permanently removes a FlexMatch matchmaking configuration.default DeleteMatchmakingConfigurationResponseGameLiftClient. deleteMatchmakingConfiguration(DeleteMatchmakingConfigurationRequest deleteMatchmakingConfigurationRequest)Permanently removes a FlexMatch matchmaking configuration.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DeleteMatchmakingConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteMatchmakingConfigurationResponse>GameLiftAsyncClient. deleteMatchmakingConfiguration(Consumer<DeleteMatchmakingConfigurationRequest.Builder> deleteMatchmakingConfigurationRequest)Permanently removes a FlexMatch matchmaking configuration.default CompletableFuture<DeleteMatchmakingConfigurationResponse>GameLiftAsyncClient. deleteMatchmakingConfiguration(DeleteMatchmakingConfigurationRequest deleteMatchmakingConfigurationRequest)Permanently removes a FlexMatch matchmaking configuration.
-