Uses of Class
software.amazon.awssdk.services.qbusiness.model.DeleteGroupResponse
-
Packages that use DeleteGroupResponse Package Description software.amazon.awssdk.services.qbusiness -
-
Uses of DeleteGroupResponse in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness that return DeleteGroupResponse Modifier and Type Method Description default DeleteGroupResponseQBusinessClient. deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group.default DeleteGroupResponseQBusinessClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group.Methods in software.amazon.awssdk.services.qbusiness that return types with arguments of type DeleteGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteGroupResponse>QBusinessAsyncClient. deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest)Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group.default CompletableFuture<DeleteGroupResponse>QBusinessAsyncClient. deleteGroup(DeleteGroupRequest deleteGroupRequest)Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group.
-