| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| 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 © 2020. All rights reserved.