| 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.
|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
default GetEncryptionConfigResponse |
XRayClient.getEncryptionConfig(Consumer<GetEncryptionConfigRequest.Builder> getEncryptionConfigRequest)
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.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEncryptionConfigRequest.Builder |
GetEncryptionConfigRequest.builder() |
GetEncryptionConfigRequest.Builder |
GetEncryptionConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEncryptionConfigRequest.Builder |
GetEncryptionConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEncryptionConfigRequest.Builder |
GetEncryptionConfigRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEncryptionConfigRequest.Builder> |
GetEncryptionConfigRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.