Uses of Class
software.amazon.awssdk.services.xray.model.CreateSamplingRuleResponse
-
Packages that use CreateSamplingRuleResponse 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 CreateSamplingRuleResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return CreateSamplingRuleResponse Modifier and Type Method Description default CreateSamplingRuleResponseXRayClient. createSamplingRule(Consumer<CreateSamplingRuleRequest.Builder> createSamplingRuleRequest)Creates a rule to control sampling behavior for instrumented applications.default CreateSamplingRuleResponseXRayClient. createSamplingRule(CreateSamplingRuleRequest createSamplingRuleRequest)Creates a rule to control sampling behavior for instrumented applications.Methods in software.amazon.awssdk.services.xray that return types with arguments of type CreateSamplingRuleResponse Modifier and Type Method Description default CompletableFuture<CreateSamplingRuleResponse>XRayAsyncClient. createSamplingRule(Consumer<CreateSamplingRuleRequest.Builder> createSamplingRuleRequest)Creates a rule to control sampling behavior for instrumented applications.default CompletableFuture<CreateSamplingRuleResponse>XRayAsyncClient. createSamplingRule(CreateSamplingRuleRequest createSamplingRuleRequest)Creates a rule to control sampling behavior for instrumented applications.
-