Uses of Class
software.amazon.awssdk.services.gamelift.model.AcceptMatchResponse
-
Packages that use AcceptMatchResponse 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 AcceptMatchResponse in software.amazon.awssdk.services.gamelift
Methods in software.amazon.awssdk.services.gamelift that return AcceptMatchResponse Modifier and Type Method Description default AcceptMatchResponseGameLiftClient. acceptMatch(Consumer<AcceptMatchRequest.Builder> acceptMatchRequest)Registers a player's acceptance or rejection of a proposed FlexMatch match.default AcceptMatchResponseGameLiftClient. acceptMatch(AcceptMatchRequest acceptMatchRequest)Registers a player's acceptance or rejection of a proposed FlexMatch match.Methods in software.amazon.awssdk.services.gamelift that return types with arguments of type AcceptMatchResponse Modifier and Type Method Description default CompletableFuture<AcceptMatchResponse>GameLiftAsyncClient. acceptMatch(Consumer<AcceptMatchRequest.Builder> acceptMatchRequest)Registers a player's acceptance or rejection of a proposed FlexMatch match.default CompletableFuture<AcceptMatchResponse>GameLiftAsyncClient. acceptMatch(AcceptMatchRequest acceptMatchRequest)Registers a player's acceptance or rejection of a proposed FlexMatch match.
-