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