Uses of Class
software.amazon.awssdk.services.qbusiness.model.DeleteGroupRequest
-
Packages that use DeleteGroupRequest Package Description software.amazon.awssdk.services.qbusiness software.amazon.awssdk.services.qbusiness.transform -
-
Uses of DeleteGroupRequest in software.amazon.awssdk.services.qbusiness
Methods in software.amazon.awssdk.services.qbusiness with parameters of type DeleteGroupRequest Modifier and Type Method Description 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.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. -
Uses of DeleteGroupRequest in software.amazon.awssdk.services.qbusiness.transform
Methods in software.amazon.awssdk.services.qbusiness.transform with parameters of type DeleteGroupRequest Modifier and Type Method Description SdkHttpFullRequestDeleteGroupRequestMarshaller. marshall(DeleteGroupRequest deleteGroupRequest)
-