Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateDashboardPermissionsResponse
-
Packages that use UpdateDashboardPermissionsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateDashboardPermissionsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateDashboardPermissionsResponse Modifier and Type Method Description default UpdateDashboardPermissionsResponseQuickSightClient. updateDashboardPermissions(Consumer<UpdateDashboardPermissionsRequest.Builder> updateDashboardPermissionsRequest)Updates read and write permissions on a dashboard.default UpdateDashboardPermissionsResponseQuickSightClient. updateDashboardPermissions(UpdateDashboardPermissionsRequest updateDashboardPermissionsRequest)Updates read and write permissions on a dashboard.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateDashboardPermissionsResponse Modifier and Type Method Description default CompletableFuture<UpdateDashboardPermissionsResponse>QuickSightAsyncClient. updateDashboardPermissions(Consumer<UpdateDashboardPermissionsRequest.Builder> updateDashboardPermissionsRequest)Updates read and write permissions on a dashboard.default CompletableFuture<UpdateDashboardPermissionsResponse>QuickSightAsyncClient. updateDashboardPermissions(UpdateDashboardPermissionsRequest updateDashboardPermissionsRequest)Updates read and write permissions on a dashboard.
-