Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.EncryptionSetting
-
Packages that use EncryptionSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of EncryptionSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return EncryptionSetting Modifier and Type Method Description EncryptionSettingDescribeBotRecommendationResponse. encryptionSetting()The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.EncryptionSettingStartBotRecommendationRequest. encryptionSetting()The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.EncryptionSettingStartBotRecommendationResponse. encryptionSetting()The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.EncryptionSettingUpdateBotRecommendationRequest. encryptionSetting()The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.EncryptionSettingUpdateBotRecommendationResponse. encryptionSetting()The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type EncryptionSetting Modifier and Type Method Description DescribeBotRecommendationResponse.BuilderDescribeBotRecommendationResponse.Builder. encryptionSetting(EncryptionSetting encryptionSetting)The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.StartBotRecommendationRequest.BuilderStartBotRecommendationRequest.Builder. encryptionSetting(EncryptionSetting encryptionSetting)The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.StartBotRecommendationResponse.BuilderStartBotRecommendationResponse.Builder. encryptionSetting(EncryptionSetting encryptionSetting)The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.UpdateBotRecommendationRequest.BuilderUpdateBotRecommendationRequest.Builder. encryptionSetting(EncryptionSetting encryptionSetting)The object representing the passwords that will be used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.UpdateBotRecommendationResponse.BuilderUpdateBotRecommendationResponse.Builder. encryptionSetting(EncryptionSetting encryptionSetting)The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
-