Uses of Class
software.amazon.awssdk.services.chatbot.model.AccountPreferences
-
Packages that use AccountPreferences Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of AccountPreferences in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return AccountPreferences Modifier and Type Method Description AccountPreferencesGetAccountPreferencesResponse. accountPreferences()The preferences related to AWS Chatbot usage in the calling AWS account.AccountPreferencesUpdateAccountPreferencesResponse. accountPreferences()Preferences related to AWS Chatbot usage in the calling AWS account.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type AccountPreferences Modifier and Type Method Description GetAccountPreferencesResponse.BuilderGetAccountPreferencesResponse.Builder. accountPreferences(AccountPreferences accountPreferences)The preferences related to AWS Chatbot usage in the calling AWS account.UpdateAccountPreferencesResponse.BuilderUpdateAccountPreferencesResponse.Builder. accountPreferences(AccountPreferences accountPreferences)Preferences related to AWS Chatbot usage in the calling AWS account.
-