Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.DataPrivacy
-
Packages that use DataPrivacy Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of DataPrivacy in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return DataPrivacy Modifier and Type Method Description DataPrivacyBotImportSpecification. dataPrivacy()Returns the value of the DataPrivacy property for this object.DataPrivacyCreateBotRequest. dataPrivacy()Provides information on additional privacy protections Amazon Lex should use with the bot's data.DataPrivacyCreateBotResponse. dataPrivacy()The data privacy settings specified for the bot.DataPrivacyDescribeBotResponse. dataPrivacy()Settings for managing data privacy of the bot and its conversations with users.DataPrivacyDescribeBotVersionResponse. dataPrivacy()Data privacy settings for the bot version.DataPrivacyUpdateBotRequest. dataPrivacy()Provides information on additional privacy protections Amazon Lex should use with the bot's data.DataPrivacyUpdateBotResponse. dataPrivacy()The data privacy settings for the bot after the update.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type DataPrivacy Modifier and Type Method Description BotImportSpecification.BuilderBotImportSpecification.Builder. dataPrivacy(DataPrivacy dataPrivacy)Sets the value of the DataPrivacy property for this object.CreateBotRequest.BuilderCreateBotRequest.Builder. dataPrivacy(DataPrivacy dataPrivacy)Provides information on additional privacy protections Amazon Lex should use with the bot's data.CreateBotResponse.BuilderCreateBotResponse.Builder. dataPrivacy(DataPrivacy dataPrivacy)The data privacy settings specified for the bot.DescribeBotResponse.BuilderDescribeBotResponse.Builder. dataPrivacy(DataPrivacy dataPrivacy)Settings for managing data privacy of the bot and its conversations with users.DescribeBotVersionResponse.BuilderDescribeBotVersionResponse.Builder. dataPrivacy(DataPrivacy dataPrivacy)Data privacy settings for the bot version.UpdateBotRequest.BuilderUpdateBotRequest.Builder. dataPrivacy(DataPrivacy dataPrivacy)Provides information on additional privacy protections Amazon Lex should use with the bot's data.UpdateBotResponse.BuilderUpdateBotResponse.Builder. dataPrivacy(DataPrivacy dataPrivacy)The data privacy settings for the bot after the update.
-