| 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 |
|---|---|
ValidateMatchmakingRuleSetResult |
AmazonGameLiftClient.validateMatchmakingRuleSet(ValidateMatchmakingRuleSetRequest request)
Validates the syntax of a matchmaking rule or rule set.
|
ValidateMatchmakingRuleSetResult |
AmazonGameLift.validateMatchmakingRuleSet(ValidateMatchmakingRuleSetRequest validateMatchmakingRuleSetRequest)
Validates the syntax of a matchmaking rule or rule set.
|
ValidateMatchmakingRuleSetResult |
AbstractAmazonGameLift.validateMatchmakingRuleSet(ValidateMatchmakingRuleSetRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ValidateMatchmakingRuleSetResult> |
AmazonGameLiftAsyncClient.validateMatchmakingRuleSetAsync(ValidateMatchmakingRuleSetRequest request,
AsyncHandler<ValidateMatchmakingRuleSetRequest,ValidateMatchmakingRuleSetResult> asyncHandler) |
Future<ValidateMatchmakingRuleSetResult> |
AbstractAmazonGameLiftAsync.validateMatchmakingRuleSetAsync(ValidateMatchmakingRuleSetRequest request,
AsyncHandler<ValidateMatchmakingRuleSetRequest,ValidateMatchmakingRuleSetResult> asyncHandler) |
Future<ValidateMatchmakingRuleSetResult> |
AmazonGameLiftAsync.validateMatchmakingRuleSetAsync(ValidateMatchmakingRuleSetRequest validateMatchmakingRuleSetRequest,
AsyncHandler<ValidateMatchmakingRuleSetRequest,ValidateMatchmakingRuleSetResult> asyncHandler)
Validates the syntax of a matchmaking rule or rule set.
|
| Modifier and Type | Method and Description |
|---|---|
ValidateMatchmakingRuleSetResult |
ValidateMatchmakingRuleSetResult.clone() |
ValidateMatchmakingRuleSetResult |
ValidateMatchmakingRuleSetResult.withValid(Boolean valid)
A response indicating whether the rule set is valid.
|
Copyright © 2023. All rights reserved.