| 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 ValidateMatchmakingRuleSetResponse |
GameLiftClient.validateMatchmakingRuleSet(Consumer<ValidateMatchmakingRuleSetRequest.Builder> validateMatchmakingRuleSetRequest)
Validates the syntax of a matchmaking rule or rule set.
|
default ValidateMatchmakingRuleSetResponse |
GameLiftClient.validateMatchmakingRuleSet(ValidateMatchmakingRuleSetRequest validateMatchmakingRuleSetRequest)
Validates the syntax of a matchmaking rule or rule set.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ValidateMatchmakingRuleSetResponse> |
GameLiftAsyncClient.validateMatchmakingRuleSet(Consumer<ValidateMatchmakingRuleSetRequest.Builder> validateMatchmakingRuleSetRequest)
Validates the syntax of a matchmaking rule or rule set.
|
default CompletableFuture<ValidateMatchmakingRuleSetResponse> |
GameLiftAsyncClient.validateMatchmakingRuleSet(ValidateMatchmakingRuleSetRequest validateMatchmakingRuleSetRequest)
Validates the syntax of a matchmaking rule or rule set.
|
Copyright © 2022. All rights reserved.