Uses of Class
software.amazon.awssdk.services.workmail.model.UpdateGroupResponse
-
Packages that use UpdateGroupResponse Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients. -
-
Uses of UpdateGroupResponse in software.amazon.awssdk.services.workmail
Methods in software.amazon.awssdk.services.workmail that return UpdateGroupResponse Modifier and Type Method Description default UpdateGroupResponseWorkMailClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates attibutes in a group.default UpdateGroupResponseWorkMailClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates attibutes in a group.Methods in software.amazon.awssdk.services.workmail that return types with arguments of type UpdateGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateGroupResponse>WorkMailAsyncClient. updateGroup(Consumer<UpdateGroupRequest.Builder> updateGroupRequest)Updates attibutes in a group.default CompletableFuture<UpdateGroupResponse>WorkMailAsyncClient. updateGroup(UpdateGroupRequest updateGroupRequest)Updates attibutes in a group.
-