Uses of Class
software.amazon.awssdk.services.xray.model.UpdateIndexingRuleResponse
-
Packages that use UpdateIndexingRuleResponse Package Description software.amazon.awssdk.services.xray Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces. -
-
Uses of UpdateIndexingRuleResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return UpdateIndexingRuleResponse Modifier and Type Method Description default UpdateIndexingRuleResponseXRayClient. updateIndexingRule(Consumer<UpdateIndexingRuleRequest.Builder> updateIndexingRuleRequest)Modifies an indexing rule’s configuration.default UpdateIndexingRuleResponseXRayClient. updateIndexingRule(UpdateIndexingRuleRequest updateIndexingRuleRequest)Modifies an indexing rule’s configuration.Methods in software.amazon.awssdk.services.xray that return types with arguments of type UpdateIndexingRuleResponse Modifier and Type Method Description default CompletableFuture<UpdateIndexingRuleResponse>XRayAsyncClient. updateIndexingRule(Consumer<UpdateIndexingRuleRequest.Builder> updateIndexingRuleRequest)Modifies an indexing rule’s configuration.default CompletableFuture<UpdateIndexingRuleResponse>XRayAsyncClient. updateIndexingRule(UpdateIndexingRuleRequest updateIndexingRuleRequest)Modifies an indexing rule’s configuration.
-