| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default StopMatchmakingResponse |
GameLiftClient.stopMatchmaking(Consumer<StopMatchmakingRequest.Builder> stopMatchmakingRequest)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
default StopMatchmakingResponse |
GameLiftClient.stopMatchmaking(StopMatchmakingRequest stopMatchmakingRequest)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopMatchmakingResponse> |
GameLiftAsyncClient.stopMatchmaking(Consumer<StopMatchmakingRequest.Builder> stopMatchmakingRequest)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
default CompletableFuture<StopMatchmakingResponse> |
GameLiftAsyncClient.stopMatchmaking(StopMatchmakingRequest stopMatchmakingRequest)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
Copyright © 2022. All rights reserved.