Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateDefaultQBusinessApplicationResponse
-
Packages that use UpdateDefaultQBusinessApplicationResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateDefaultQBusinessApplicationResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateDefaultQBusinessApplicationResponse Modifier and Type Method Description default UpdateDefaultQBusinessApplicationResponseQuickSightClient. updateDefaultQBusinessApplication(Consumer<UpdateDefaultQBusinessApplicationRequest.Builder> updateDefaultQBusinessApplicationRequest)Updates a Amazon Q Business application that is linked to a QuickSight account.default UpdateDefaultQBusinessApplicationResponseQuickSightClient. updateDefaultQBusinessApplication(UpdateDefaultQBusinessApplicationRequest updateDefaultQBusinessApplicationRequest)Updates a Amazon Q Business application that is linked to a QuickSight account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateDefaultQBusinessApplicationResponse Modifier and Type Method Description default CompletableFuture<UpdateDefaultQBusinessApplicationResponse>QuickSightAsyncClient. updateDefaultQBusinessApplication(Consumer<UpdateDefaultQBusinessApplicationRequest.Builder> updateDefaultQBusinessApplicationRequest)Updates a Amazon Q Business application that is linked to a QuickSight account.default CompletableFuture<UpdateDefaultQBusinessApplicationResponse>QuickSightAsyncClient. updateDefaultQBusinessApplication(UpdateDefaultQBusinessApplicationRequest updateDefaultQBusinessApplicationRequest)Updates a Amazon Q Business application that is linked to a QuickSight account.
-