Uses of Class
software.amazon.awssdk.services.gamelift.model.DescribeMatchmakingResponse
-
Packages that use DescribeMatchmakingResponse 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 DescribeMatchmakingResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return DescribeMatchmakingResponse Modifier and Type Method Description default DescribeMatchmakingResponseGameLiftClient. describeMatchmaking(Consumer<DescribeMatchmakingRequest.Builder> describeMatchmakingRequest)Retrieves one or more matchmaking tickets.default DescribeMatchmakingResponseGameLiftClient. describeMatchmaking(DescribeMatchmakingRequest describeMatchmakingRequest)Retrieves one or more matchmaking tickets.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type DescribeMatchmakingResponse Modifier and Type Method Description default CompletableFuture<DescribeMatchmakingResponse>GameLiftAsyncClient. describeMatchmaking(Consumer<DescribeMatchmakingRequest.Builder> describeMatchmakingRequest)Retrieves one or more matchmaking tickets.default CompletableFuture<DescribeMatchmakingResponse>GameLiftAsyncClient. describeMatchmaking(DescribeMatchmakingRequest describeMatchmakingRequest)Retrieves one or more matchmaking tickets.
-