| 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 PutEncryptionConfigResponse |
XRayClient.putEncryptionConfig(Consumer<PutEncryptionConfigRequest.Builder> putEncryptionConfigRequest)
Updates the encryption configuration for X-Ray data.
|
default PutEncryptionConfigResponse |
XRayClient.putEncryptionConfig(PutEncryptionConfigRequest putEncryptionConfigRequest)
Updates the encryption configuration for X-Ray data.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutEncryptionConfigResponse> |
XRayAsyncClient.putEncryptionConfig(Consumer<PutEncryptionConfigRequest.Builder> putEncryptionConfigRequest)
Updates the encryption configuration for X-Ray data.
|
default CompletableFuture<PutEncryptionConfigResponse> |
XRayAsyncClient.putEncryptionConfig(PutEncryptionConfigRequest putEncryptionConfigRequest)
Updates the encryption configuration for X-Ray data.
|
Copyright © 2023. All rights reserved.