| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryptionConfiguration |
DescribeIndexResponse.serverSideEncryptionConfiguration()
The identifier of the AWS KMS customer master key (CMK) used to encrypt your data.
|
ServerSideEncryptionConfiguration |
CreateIndexRequest.serverSideEncryptionConfiguration()
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer master key (CMK) used to encrypt your data.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra.
|
Copyright © 2020. All rights reserved.