Uses of Class
software.amazon.awssdk.services.chatbot.model.GetAccountPreferencesResponse
-
Packages that use GetAccountPreferencesResponse Package Description software.amazon.awssdk.services.chatbot AWS Chatbot API -
-
Uses of GetAccountPreferencesResponse in software.amazon.awssdk.services.chatbot
Methods in software.amazon.awssdk.services.chatbot that return GetAccountPreferencesResponse Modifier and Type Method Description default GetAccountPreferencesResponseChatbotClient. getAccountPreferences(Consumer<GetAccountPreferencesRequest.Builder> getAccountPreferencesRequest)Get Chatbot account level preferencesdefault GetAccountPreferencesResponseChatbotClient. getAccountPreferences(GetAccountPreferencesRequest getAccountPreferencesRequest)Get Chatbot account level preferencesMethods in software.amazon.awssdk.services.chatbot that return types with arguments of type GetAccountPreferencesResponse Modifier and Type Method Description default CompletableFuture<GetAccountPreferencesResponse>ChatbotAsyncClient. getAccountPreferences(Consumer<GetAccountPreferencesRequest.Builder> getAccountPreferencesRequest)Get Chatbot account level preferencesdefault CompletableFuture<GetAccountPreferencesResponse>ChatbotAsyncClient. getAccountPreferences(GetAccountPreferencesRequest getAccountPreferencesRequest)Get Chatbot account level preferences
-