| 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 GetEncryptionConfigResponse |
XRayClient.getEncryptionConfig()
Retrieves the current encryption configuration for X-Ray data.
|
default GetEncryptionConfigResponse |
XRayClient.getEncryptionConfig(Consumer<GetEncryptionConfigRequest.Builder> getEncryptionConfigRequest)
Retrieves the current encryption configuration for X-Ray data.
|
default GetEncryptionConfigResponse |
XRayClient.getEncryptionConfig(GetEncryptionConfigRequest getEncryptionConfigRequest)
Retrieves the current encryption configuration for X-Ray data.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEncryptionConfigResponse> |
XRayAsyncClient.getEncryptionConfig()
Retrieves the current encryption configuration for X-Ray data.
|
default CompletableFuture<GetEncryptionConfigResponse> |
XRayAsyncClient.getEncryptionConfig(Consumer<GetEncryptionConfigRequest.Builder> getEncryptionConfigRequest)
Retrieves the current encryption configuration for X-Ray data.
|
default CompletableFuture<GetEncryptionConfigResponse> |
XRayAsyncClient.getEncryptionConfig(GetEncryptionConfigRequest getEncryptionConfigRequest)
Retrieves the current encryption configuration for X-Ray data.
|
Copyright © 2023. All rights reserved.