| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift |
|
| software.amazon.awssdk.services.gamelift.model |
| 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 ValidateMatchmakingRuleSetResponse |
GameLiftClient.validateMatchmakingRuleSet(Consumer<ValidateMatchmakingRuleSetRequest.Builder> validateMatchmakingRuleSetRequest)
Validates the syntax of a matchmaking rule or rule set.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidateMatchmakingRuleSetRequest.Builder |
ValidateMatchmakingRuleSetRequest.builder() |
ValidateMatchmakingRuleSetRequest.Builder |
ValidateMatchmakingRuleSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ValidateMatchmakingRuleSetRequest.Builder |
ValidateMatchmakingRuleSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ValidateMatchmakingRuleSetRequest.Builder |
ValidateMatchmakingRuleSetRequest.Builder.ruleSetBody(String ruleSetBody)
Collection of matchmaking rules to validate, formatted as a JSON string.
|
ValidateMatchmakingRuleSetRequest.Builder |
ValidateMatchmakingRuleSetRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ValidateMatchmakingRuleSetRequest.Builder> |
ValidateMatchmakingRuleSetRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.