Uses of Class
software.amazon.awssdk.services.xray.model.IndexingRuleValue
-
Packages that use IndexingRuleValue Package Description software.amazon.awssdk.services.xray.model -
-
Uses of IndexingRuleValue in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return IndexingRuleValue Modifier and Type Method Description static IndexingRuleValueIndexingRuleValue. fromProbabilistic(Consumer<ProbabilisticRuleValue.Builder> probabilistic)Create an instance of this class withprobabilistic()initialized to the given value.static IndexingRuleValueIndexingRuleValue. fromProbabilistic(ProbabilisticRuleValue probabilistic)Create an instance of this class withprobabilistic()initialized to the given value.IndexingRuleValueIndexingRule. rule()The indexing rule.Methods in software.amazon.awssdk.services.xray.model with parameters of type IndexingRuleValue Modifier and Type Method Description IndexingRule.BuilderIndexingRule.Builder. rule(IndexingRuleValue rule)The indexing rule.
-