| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.model |
| 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 CompletableFuture<StopMatchmakingResponse> |
GameLiftAsyncClient.stopMatchmaking(Consumer<StopMatchmakingRequest.Builder> stopMatchmakingRequest)
Cancels a matchmaking ticket or match backfill ticket that is currently being processed.
|
| Modifier and Type | Method and Description |
|---|---|
static StopMatchmakingRequest.Builder |
StopMatchmakingRequest.builder() |
StopMatchmakingRequest.Builder |
StopMatchmakingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopMatchmakingRequest.Builder |
StopMatchmakingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopMatchmakingRequest.Builder |
StopMatchmakingRequest.Builder.ticketId(String ticketId)
A unique identifier for a matchmaking ticket.
|
StopMatchmakingRequest.Builder |
StopMatchmakingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopMatchmakingRequest.Builder> |
StopMatchmakingRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.