| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
StopMatchmakingResult |
AbstractAmazonGameLift.stopMatchmaking(StopMatchmakingRequest request) |
StopMatchmakingResult |
AmazonGameLift.stopMatchmaking(StopMatchmakingRequest stopMatchmakingRequest)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
StopMatchmakingResult |
AmazonGameLiftClient.stopMatchmaking(StopMatchmakingRequest request)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
Future<StopMatchmakingResult> |
AbstractAmazonGameLiftAsync.stopMatchmakingAsync(StopMatchmakingRequest request) |
Future<StopMatchmakingResult> |
AmazonGameLiftAsyncClient.stopMatchmakingAsync(StopMatchmakingRequest request) |
Future<StopMatchmakingResult> |
AmazonGameLiftAsync.stopMatchmakingAsync(StopMatchmakingRequest stopMatchmakingRequest)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
Future<StopMatchmakingResult> |
AbstractAmazonGameLiftAsync.stopMatchmakingAsync(StopMatchmakingRequest request,
AsyncHandler<StopMatchmakingRequest,StopMatchmakingResult> asyncHandler) |
Future<StopMatchmakingResult> |
AmazonGameLiftAsyncClient.stopMatchmakingAsync(StopMatchmakingRequest request,
AsyncHandler<StopMatchmakingRequest,StopMatchmakingResult> asyncHandler) |
Future<StopMatchmakingResult> |
AmazonGameLiftAsync.stopMatchmakingAsync(StopMatchmakingRequest stopMatchmakingRequest,
AsyncHandler<StopMatchmakingRequest,StopMatchmakingResult> asyncHandler)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
| Modifier and Type | Method and Description |
|---|---|
Future<StopMatchmakingResult> |
AbstractAmazonGameLiftAsync.stopMatchmakingAsync(StopMatchmakingRequest request,
AsyncHandler<StopMatchmakingRequest,StopMatchmakingResult> asyncHandler) |
Future<StopMatchmakingResult> |
AmazonGameLiftAsyncClient.stopMatchmakingAsync(StopMatchmakingRequest request,
AsyncHandler<StopMatchmakingRequest,StopMatchmakingResult> asyncHandler) |
Future<StopMatchmakingResult> |
AmazonGameLiftAsync.stopMatchmakingAsync(StopMatchmakingRequest stopMatchmakingRequest,
AsyncHandler<StopMatchmakingRequest,StopMatchmakingResult> asyncHandler)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
| Modifier and Type | Method and Description |
|---|---|
StopMatchmakingRequest |
StopMatchmakingRequest.clone() |
StopMatchmakingRequest |
StopMatchmakingRequest.withTicketId(String ticketId)
A unique identifier for a matchmaking ticket.
|
Copyright © 2023. All rights reserved.