Uses of Class
software.amazon.awssdk.services.xray.model.IndexingRuleValueUpdate
-
Packages that use IndexingRuleValueUpdate Package Description software.amazon.awssdk.services.xray.model -
-
Uses of IndexingRuleValueUpdate in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return IndexingRuleValueUpdate Modifier and Type Method Description static IndexingRuleValueUpdateIndexingRuleValueUpdate. fromProbabilistic(Consumer<ProbabilisticRuleValueUpdate.Builder> probabilistic)Create an instance of this class withprobabilistic()initialized to the given value.static IndexingRuleValueUpdateIndexingRuleValueUpdate. fromProbabilistic(ProbabilisticRuleValueUpdate probabilistic)Create an instance of this class withprobabilistic()initialized to the given value.IndexingRuleValueUpdateUpdateIndexingRuleRequest. rule()Rule configuration to be updated.Methods in software.amazon.awssdk.services.xray.model with parameters of type IndexingRuleValueUpdate Modifier and Type Method Description UpdateIndexingRuleRequest.BuilderUpdateIndexingRuleRequest.Builder. rule(IndexingRuleValueUpdate rule)Rule configuration to be updated.
-