| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSamplingRuleResponse |
XRayClient.createSamplingRule(Consumer<CreateSamplingRuleRequest.Builder> createSamplingRuleRequest)
Creates a rule to control sampling behavior for instrumented applications.
|
default CreateSamplingRuleResponse |
XRayClient.createSamplingRule(CreateSamplingRuleRequest createSamplingRuleRequest)
Creates a rule to control sampling behavior for instrumented applications.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.