Package | Description |
---|---|
com.amazonaws.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.
|
com.amazonaws.services.xray.model |
Modifier and Type | Method and Description |
---|---|
Future<PutEncryptionConfigResult> |
AWSXRayAsyncClient.putEncryptionConfigAsync(PutEncryptionConfigRequest request,
AsyncHandler<PutEncryptionConfigRequest,PutEncryptionConfigResult> asyncHandler) |
Future<PutEncryptionConfigResult> |
AWSXRayAsync.putEncryptionConfigAsync(PutEncryptionConfigRequest putEncryptionConfigRequest,
AsyncHandler<PutEncryptionConfigRequest,PutEncryptionConfigResult> asyncHandler)
Updates the encryption configuration for X-Ray data.
|
Future<PutEncryptionConfigResult> |
AbstractAWSXRayAsync.putEncryptionConfigAsync(PutEncryptionConfigRequest request,
AsyncHandler<PutEncryptionConfigRequest,PutEncryptionConfigResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutEncryptionConfigRequest |
PutEncryptionConfigRequest.clone() |
PutEncryptionConfigRequest |
PutEncryptionConfigRequest.withKeyId(String keyId)
An Amazon Web Services KMS key in one of the following formats:
|
PutEncryptionConfigRequest |
PutEncryptionConfigRequest.withType(EncryptionType type)
The type of encryption.
|
PutEncryptionConfigRequest |
PutEncryptionConfigRequest.withType(String type)
The type of encryption.
|
Copyright © 2022. All rights reserved.