Uses of Class
software.amazon.awssdk.services.xray.model.UpdateSamplingRuleRequest
-
Packages that use UpdateSamplingRuleRequest 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.software.amazon.awssdk.services.xray.transform -
-
Uses of UpdateSamplingRuleRequest in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray with parameters of type UpdateSamplingRuleRequest Modifier and Type Method Description default CompletableFuture<UpdateSamplingRuleResponse>XRayAsyncClient. updateSamplingRule(UpdateSamplingRuleRequest updateSamplingRuleRequest)Modifies a sampling rule's configuration.default UpdateSamplingRuleResponseXRayClient. updateSamplingRule(UpdateSamplingRuleRequest updateSamplingRuleRequest)Modifies a sampling rule's configuration. -
Uses of UpdateSamplingRuleRequest in software.amazon.awssdk.services.xray.transform
Methods in software.amazon.awssdk.services.xray.transform with parameters of type UpdateSamplingRuleRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSamplingRuleRequestMarshaller. marshall(UpdateSamplingRuleRequest updateSamplingRuleRequest)
-