Uses of Class
software.amazon.awssdk.services.xray.model.ProbabilisticRuleValue
-
Packages that use ProbabilisticRuleValue Package Description software.amazon.awssdk.services.xray.model -
-
Uses of ProbabilisticRuleValue in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return ProbabilisticRuleValue Modifier and Type Method Description ProbabilisticRuleValueIndexingRuleValue. probabilistic()Indexing rule configuration that is used to probabilistically sample traceIds.Methods in software.amazon.awssdk.services.xray.model with parameters of type ProbabilisticRuleValue Modifier and Type Method Description static IndexingRuleValueIndexingRuleValue. fromProbabilistic(ProbabilisticRuleValue probabilistic)Create an instance of this class withIndexingRuleValue.probabilistic()initialized to the given value.IndexingRuleValue.BuilderIndexingRuleValue.Builder. probabilistic(ProbabilisticRuleValue probabilistic)Indexing rule configuration that is used to probabilistically sample traceIds.
-