| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ServerSideEncryptionConfiguration |
ServerSideEncryptionConfiguration.clone() |
ServerSideEncryptionConfiguration |
DescribeIndexResult.getServerSideEncryptionConfiguration()
The identifier of the KMS customer master key (CMK) that is used to encrypt your data.
|
ServerSideEncryptionConfiguration |
CreateIndexRequest.getServerSideEncryptionConfiguration()
The identifier of the KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra.
|
ServerSideEncryptionConfiguration |
ServerSideEncryptionConfiguration.withKmsKeyId(String kmsKeyId)
The identifier of the KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIndexResult.setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the KMS customer master key (CMK) that is used to encrypt your data.
|
void |
CreateIndexRequest.setServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra.
|
DescribeIndexResult |
DescribeIndexResult.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the KMS customer master key (CMK) that is used to encrypt your data.
|
CreateIndexRequest |
CreateIndexRequest.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra.
|
Copyright © 2024. All rights reserved.