Uses of Class
software.amazon.awssdk.services.kendra.model.ServerSideEncryptionConfiguration
-
Packages that use ServerSideEncryptionConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ServerSideEncryptionConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ServerSideEncryptionConfiguration Modifier and Type Method Description ServerSideEncryptionConfigurationCreateIndexRequest. serverSideEncryptionConfiguration()The identifier of the KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra.ServerSideEncryptionConfigurationDescribeIndexResponse. serverSideEncryptionConfiguration()The identifier of the KMS customer master key (CMK) that is used to encrypt your data.Methods in software.amazon.awssdk.services.kendra.model with parameters of type ServerSideEncryptionConfiguration Modifier and Type Method Description CreateIndexRequest.BuilderCreateIndexRequest.Builder. serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)The identifier of the KMS customer managed key (CMK) that's used to encrypt data indexed by Amazon Kendra.DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. serverSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)The identifier of the KMS customer master key (CMK) that is used to encrypt your data.
-