Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateGroupResponse
-
Packages that use UpdateGroupResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateGroupResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateGroupResponse Modifier and Type Method Description default UpdateGroupResponseQuickSightClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Changes a group description.default UpdateGroupResponseQuickSightClient. updateGroup(UpdateGroupRequest updateGroupRequest)Changes a group description.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>QuickSightAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Changes a group description.default CompletableFuture<UpdateGroupResponse>QuickSightAsyncClient. updateGroup(UpdateGroupRequest updateGroupRequest)Changes a group description.
-