Uses of Interface
software.amazon.awscdk.services.gamelift.alpha.IMatchmakingRuleSet
Packages that use IMatchmakingRuleSet
Package
Description
Amazon GameLift Construct Library
-
Uses of IMatchmakingRuleSet in software.amazon.awscdk.services.gamelift.alpha
Subinterfaces of IMatchmakingRuleSet in software.amazon.awscdk.services.gamelift.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIMatchmakingRuleSet.Classes in software.amazon.awscdk.services.gamelift.alpha that implement IMatchmakingRuleSetModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) Creates a new rule set for FlexMatch matchmaking.class(experimental) Base class for new and imported GameLift matchmaking ruleSet.Methods in software.amazon.awscdk.services.gamelift.alpha that return IMatchmakingRuleSetModifier and TypeMethodDescriptionstatic IMatchmakingRuleSetMatchmakingRuleSet.fromMatchmakingRuleSetArn(software.constructs.Construct scope, String id, String matchmakingRuleSetArn) (experimental) Import a ruleSet into CDK using its ARN.static IMatchmakingRuleSetMatchmakingRuleSet.fromMatchmakingRuleSetAttributes(software.constructs.Construct scope, String id, MatchmakingRuleSetAttributes attrs) (experimental) Import an existing matchmaking ruleSet from its attributes.static IMatchmakingRuleSetMatchmakingRuleSet.fromMatchmakingRuleSetName(software.constructs.Construct scope, String id, String matchmakingRuleSetName) (experimental) Import a ruleSet into CDK using its name.MatchmakingConfigurationProps.getRuleSet()(experimental) A matchmaking rule set to use with this configuration.final IMatchmakingRuleSetMatchmakingConfigurationProps.Jsii$Proxy.getRuleSet()final IMatchmakingRuleSetQueuedMatchmakingConfigurationProps.Jsii$Proxy.getRuleSet()final IMatchmakingRuleSetStandaloneMatchmakingConfigurationProps.Jsii$Proxy.getRuleSet()Methods in software.amazon.awscdk.services.gamelift.alpha with parameters of type IMatchmakingRuleSetModifier and TypeMethodDescriptionMatchmakingConfigurationProps.Builder.ruleSet(IMatchmakingRuleSet ruleSet) Sets the value ofMatchmakingConfigurationProps.getRuleSet()QueuedMatchmakingConfiguration.Builder.ruleSet(IMatchmakingRuleSet ruleSet) (experimental) A matchmaking rule set to use with this configuration.QueuedMatchmakingConfigurationProps.Builder.ruleSet(IMatchmakingRuleSet ruleSet) Sets the value ofMatchmakingConfigurationProps.getRuleSet()StandaloneMatchmakingConfiguration.Builder.ruleSet(IMatchmakingRuleSet ruleSet) (experimental) A matchmaking rule set to use with this configuration.StandaloneMatchmakingConfigurationProps.Builder.ruleSet(IMatchmakingRuleSet ruleSet) Sets the value ofMatchmakingConfigurationProps.getRuleSet()