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