Uses of Interface
software.amazon.awssdk.services.gamelift.model.ValidateMatchmakingRuleSetRequest.Builder
-
Packages that use ValidateMatchmakingRuleSetRequest.Builder 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.software.amazon.awssdk.services.gamelift.model -
-
Uses of ValidateMatchmakingRuleSetRequest.Builder in software.amazon.awssdk.services.gamelift
Method parameters in software.amazon.awssdk.services.gamelift with type arguments of type ValidateMatchmakingRuleSetRequest.Builder Modifier and Type Method Description default CompletableFuture<ValidateMatchmakingRuleSetResponse>GameLiftAsyncClient. validateMatchmakingRuleSet(Consumer<ValidateMatchmakingRuleSetRequest.Builder> validateMatchmakingRuleSetRequest)Validates the syntax of a matchmaking rule or rule set.default ValidateMatchmakingRuleSetResponseGameLiftClient. validateMatchmakingRuleSet(Consumer<ValidateMatchmakingRuleSetRequest.Builder> validateMatchmakingRuleSetRequest)Validates the syntax of a matchmaking rule or rule set. -
Uses of ValidateMatchmakingRuleSetRequest.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ValidateMatchmakingRuleSetRequest.Builder Modifier and Type Method Description static ValidateMatchmakingRuleSetRequest.BuilderValidateMatchmakingRuleSetRequest. builder()ValidateMatchmakingRuleSetRequest.BuilderValidateMatchmakingRuleSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ValidateMatchmakingRuleSetRequest.BuilderValidateMatchmakingRuleSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ValidateMatchmakingRuleSetRequest.BuilderValidateMatchmakingRuleSetRequest.Builder. ruleSetBody(String ruleSetBody)A collection of matchmaking rules to validate, formatted as a JSON string.ValidateMatchmakingRuleSetRequest.BuilderValidateMatchmakingRuleSetRequest. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ValidateMatchmakingRuleSetRequest.Builder Modifier and Type Method Description static Class<? extends ValidateMatchmakingRuleSetRequest.Builder>ValidateMatchmakingRuleSetRequest. serializableBuilderClass()
-