Uses of Class
software.amazon.awssdk.services.gamelift.model.MatchmakingRuleSet
-
Packages that use MatchmakingRuleSet Package Description software.amazon.awssdk.services.gamelift.model software.amazon.awssdk.services.gamelift.paginators -
-
Uses of MatchmakingRuleSet in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return MatchmakingRuleSet Modifier and Type Method Description MatchmakingRuleSetCreateMatchmakingRuleSetResponse. ruleSet()The newly created matchmaking rule set.Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type MatchmakingRuleSet Modifier and Type Method Description List<MatchmakingRuleSet>DescribeMatchmakingRuleSetsResponse. ruleSets()A collection of requested matchmaking rule set objects.Methods in software.amazon.awssdk.services.gamelift.model with parameters of type MatchmakingRuleSet Modifier and Type Method Description CreateMatchmakingRuleSetResponse.BuilderCreateMatchmakingRuleSetResponse.Builder. ruleSet(MatchmakingRuleSet ruleSet)The newly created matchmaking rule set.DescribeMatchmakingRuleSetsResponse.BuilderDescribeMatchmakingRuleSetsResponse.Builder. ruleSets(MatchmakingRuleSet... ruleSets)A collection of requested matchmaking rule set objects.Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type MatchmakingRuleSet Modifier and Type Method Description DescribeMatchmakingRuleSetsResponse.BuilderDescribeMatchmakingRuleSetsResponse.Builder. ruleSets(Collection<MatchmakingRuleSet> ruleSets)A collection of requested matchmaking rule set objects. -
Uses of MatchmakingRuleSet in software.amazon.awssdk.services.gamelift.paginators
Methods in software.amazon.awssdk.services.gamelift.paginators that return types with arguments of type MatchmakingRuleSet Modifier and Type Method Description SdkIterable<MatchmakingRuleSet>DescribeMatchmakingRuleSetsIterable. ruleSets()Returns an iterable to iterate through the paginatedDescribeMatchmakingRuleSetsResponse.ruleSets()member.SdkPublisher<MatchmakingRuleSet>DescribeMatchmakingRuleSetsPublisher. ruleSets()Returns a publisher that can be used to get a stream of data.
-