Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateAccountSettingsResponse
-
Packages that use UpdateAccountSettingsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateAccountSettingsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateAccountSettingsResponse Modifier and Type Method Description default UpdateAccountSettingsResponseQuickSightClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the Amazon QuickSight settings in your Amazon Web Services account.default UpdateAccountSettingsResponseQuickSightClient. updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)Updates the Amazon QuickSight settings in your Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateAccountSettingsResponse Modifier and Type Method Description default CompletableFuture<UpdateAccountSettingsResponse>QuickSightAsyncClient. updateAccountSettings(Consumer<UpdateAccountSettingsRequest.Builder> updateAccountSettingsRequest)Updates the Amazon QuickSight settings in your Amazon Web Services account.default CompletableFuture<UpdateAccountSettingsResponse>QuickSightAsyncClient. updateAccountSettings(UpdateAccountSettingsRequest updateAccountSettingsRequest)Updates the Amazon QuickSight settings in your Amazon Web Services account.
-