Uses of Class
software.amazon.awssdk.services.qbusiness.model.EncryptionConfiguration
-
Packages that use EncryptionConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of EncryptionConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return EncryptionConfiguration Modifier and Type Method Description EncryptionConfigurationCreateApplicationRequest. encryptionConfiguration()The identifier of the KMS key that is used to encrypt your data.EncryptionConfigurationGetApplicationResponse. encryptionConfiguration()The identifier of the Amazon Web Services KMS key that is used to encrypt your data.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type EncryptionConfiguration Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)The identifier of the KMS key that is used to encrypt your data.GetApplicationResponse.BuilderGetApplicationResponse.Builder. encryptionConfiguration(EncryptionConfiguration encryptionConfiguration)The identifier of the Amazon Web Services KMS key that is used to encrypt your data.
-