| 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 PutTelemetryRecordsResponse |
XRayClient.putTelemetryRecords(Consumer<PutTelemetryRecordsRequest.Builder> putTelemetryRecordsRequest)
Used by the Amazon Web Services X-Ray daemon to upload telemetry.
|
default PutTelemetryRecordsResponse |
XRayClient.putTelemetryRecords(PutTelemetryRecordsRequest putTelemetryRecordsRequest)
Used by the Amazon Web Services X-Ray daemon to upload telemetry.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutTelemetryRecordsResponse> |
XRayAsyncClient.putTelemetryRecords(Consumer<PutTelemetryRecordsRequest.Builder> putTelemetryRecordsRequest)
Used by the Amazon Web Services X-Ray daemon to upload telemetry.
|
default CompletableFuture<PutTelemetryRecordsResponse> |
XRayAsyncClient.putTelemetryRecords(PutTelemetryRecordsRequest putTelemetryRecordsRequest)
Used by the Amazon Web Services X-Ray daemon to upload telemetry.
|
Copyright © 2023. All rights reserved.