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